From f8b5cbe6312b568def1f91d747e2cdb8984fdf2e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 18 Apr 2025 17:44:38 +0200 Subject: docs: cleanup - brief should live at the top of each file - fix indentation for some docs --- lsp/bazelrc_lsp.lua | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'lsp/bazelrc_lsp.lua') diff --git a/lsp/bazelrc_lsp.lua b/lsp/bazelrc_lsp.lua index 16c39197..bf17b5a3 100644 --- a/lsp/bazelrc_lsp.lua +++ b/lsp/bazelrc_lsp.lua @@ -1,18 +1,18 @@ ---@brief --- --- https://github.com/salesforce-misc/bazelrc-lsp --- --- `bazelrc-lsp` is a LSP for `.bazelrc` configuration files. --- --- The `.bazelrc` file type is not detected automatically, you can register it manually (see below) or override the filetypes: --- --- ```lua --- vim.filetype.add { --- pattern = { --- ['.*.bazelrc'] = 'bazelrc', --- }, --- } --- ``` +--- https://github.com/salesforce-misc/bazelrc-lsp +--- +--- `bazelrc-lsp` is a LSP for `.bazelrc` configuration files. +--- +--- The `.bazelrc` file type is not detected automatically, you can register it manually (see below) or override the filetypes: +--- +--- ```lua +--- vim.filetype.add { +--- pattern = { +--- ['.*.bazelrc'] = 'bazelrc', +--- }, +--- } +--- ``` return { cmd = { 'bazelrc-lsp', 'lsp' }, filetypes = { 'bazelrc' }, -- cgit v1.2.3-70-g09d2