Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(als): remove als from server_configurations #3310

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 0 additions & 49 deletions doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,55 +402,6 @@ require'lspconfig'.aiken.setup{}
```


## als

https://github.com/AdaCore/ada_language_server

Installation instructions can be found [here](https://github.com/AdaCore/ada_language_server#Install).

Can be configured by passing a "settings" object to `als.setup{}`:

```lua
require('lspconfig').als.setup{
settings = {
ada = {
projectFile = "project.gpr";
scenarioVariables = { ... };
}
}
}
```



**Snippet to enable the language server:**
```lua
require'lspconfig'.als.setup{}
```


**Default values:**
- `cmd` :
```lua
{ "ada_language_server" }
```
- `deprecate` :
```lua
{
to = "github.com/TamaMcGlinn/nvim-lspconfig-ada",
version = "0.2.0"
}
```
- `filetypes` :
```lua
{ "ada" }
```
- `root_dir` :
```lua
util.root_pattern("Makefile", ".git", "*.gpr", "*.adc")
```


## anakin_language_server

https://pypi.org/project/anakin-language-server/
Expand Down
49 changes: 0 additions & 49 deletions doc/server_configurations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -402,55 +402,6 @@ require'lspconfig'.aiken.setup{}
```


## als

https://github.com/AdaCore/ada_language_server

Installation instructions can be found [here](https://github.com/AdaCore/ada_language_server#Install).

Can be configured by passing a "settings" object to `als.setup{}`:

```lua
require('lspconfig').als.setup{
settings = {
ada = {
projectFile = "project.gpr";
scenarioVariables = { ... };
}
}
}
```



**Snippet to enable the language server:**
```lua
require'lspconfig'.als.setup{}
```


**Default values:**
- `cmd` :
```lua
{ "ada_language_server" }
```
- `deprecate` :
```lua
{
to = "github.com/TamaMcGlinn/nvim-lspconfig-ada",
version = "0.2.0"
}
```
- `filetypes` :
```lua
{ "ada" }
```
- `root_dir` :
```lua
util.root_pattern("Makefile", ".git", "*.gpr", "*.adc")
```


## anakin_language_server

https://pypi.org/project/anakin-language-server/
Expand Down
41 changes: 0 additions & 41 deletions lua/lspconfig/server_configurations/als.lua

This file was deleted.

Loading