Skip to content

Commit

Permalink
docs: update configs.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Jan 14, 2025
1 parent a14a65d commit 4facf2c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
25 changes: 25 additions & 0 deletions doc/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Nvim by running `:help lspconfig-all`.
- [ada_ls](#ada_ls)
- [agda_ls](#agda_ls)
- [aiken](#aiken)
- [alloy_ls](#alloy_ls)
- [anakin_language_server](#anakin_language_server)
- [angularls](#angularls)
- [ansiblels](#ansiblels)
Expand Down Expand Up @@ -441,6 +442,30 @@ Default config:
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/aiken.lua:4](../lua/lspconfig/configs/aiken.lua#L4)


## alloy_ls

https://github.com/AlloyTools/org.alloytools.alloy

Alloy is a formal specification language for describing structures and a tool for exploring them.

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

Default config:
- `cmd` :
```lua
{ "alloy", "lsp" }
```
- `filetypes` :
```lua
{ "alloy" }
```
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/alloy_ls.lua:2](../lua/lspconfig/configs/alloy_ls.lua#L2)
- `single_file_support` : `true`


## anakin_language_server

https://pypi.org/project/anakin-language-server/
Expand Down
25 changes: 25 additions & 0 deletions doc/configs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Nvim by running `:help lspconfig-all`.
- [ada_ls](#ada_ls)
- [agda_ls](#agda_ls)
- [aiken](#aiken)
- [alloy_ls](#alloy_ls)
- [anakin_language_server](#anakin_language_server)
- [angularls](#angularls)
- [ansiblels](#ansiblels)
Expand Down Expand Up @@ -441,6 +442,30 @@ Default config:
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/aiken.lua:4](../lua/lspconfig/configs/aiken.lua#L4)


## alloy_ls

https://github.com/AlloyTools/org.alloytools.alloy

Alloy is a formal specification language for describing structures and a tool for exploring them.

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

Default config:
- `cmd` :
```lua
{ "alloy", "lsp" }
```
- `filetypes` :
```lua
{ "alloy" }
```
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/alloy_ls.lua:2](../lua/lspconfig/configs/alloy_ls.lua#L2)
- `single_file_support` : `true`


## anakin_language_server

https://pypi.org/project/anakin-language-server/
Expand Down

0 comments on commit 4facf2c

Please sign in to comment.