docs: update server_configurations.md

skip-checks: true
This commit is contained in:
github-actions[bot] 2024-08-22 06:07:30 +00:00
parent 367c1009c9
commit a92235d24a
2 changed files with 14 additions and 0 deletions

View file

@ -429,6 +429,13 @@ require'lspconfig'.als.setup{}
```lua
{ "ada_language_server" }
```
- `deprecate` :
```lua
{
to = "github.com/TamaMcGlinn/nvim-lspconfig-ada",
version = "0.2.0"
}
```
- `filetypes` :
```lua
{ "ada" }

View file

@ -429,6 +429,13 @@ require'lspconfig'.als.setup{}
```lua
{ "ada_language_server" }
```
- `deprecate` :
```lua
{
to = "github.com/TamaMcGlinn/nvim-lspconfig-ada",
version = "0.2.0"
}
```
- `filetypes` :
```lua
{ "ada" }