diff options
Diffstat (limited to 'doc/server_configurations.md')
| -rw-r--r-- | doc/server_configurations.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 2aa72656..5d66a935 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -24,7 +24,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running - [ballerina](#ballerina) - [basedpyright](#basedpyright) - [bashls](#bashls) -- [bazelrc-lsp](#bazelrc-lsp) +- [bazelrc_lsp](#bazelrc_lsp) - [beancount](#beancount) - [bicep](#bicep) - [biome](#biome) @@ -1194,7 +1194,7 @@ require'lspconfig'.bashls.setup{} ``` -## bazelrc-lsp +## bazelrc_lsp https://github.com/salesforce-misc/bazelrc-lsp @@ -1214,7 +1214,7 @@ vim.filetype.add { **Snippet to enable the language server:** ```lua -require'lspconfig'.bazelrc-lsp.setup{} +require'lspconfig'.bazelrc_lsp.setup{} ``` |
