docs: update server_configurations.md

skip-checks: true
This commit is contained in:
github-actions[bot] 2024-08-30 22:04:39 +00:00
parent 0274356c5f
commit 3ad562700d
2 changed files with 6 additions and 6 deletions

View file

@ -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{}
```

View file

@ -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{}
```