Skip to content

Commit

Permalink
docs: update server_configurations.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Sep 12, 2024
1 parent fbe3dc6 commit bb682c1
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
30 changes: 30 additions & 0 deletions doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [buddy_ls](#buddy_ls)
- [bufls](#bufls)
- [bzl](#bzl)
- [c3_lsp](#c3_lsp)
- [cadence](#cadence)
- [cairo_ls](#cairo_ls)
- [ccls](#ccls)
Expand Down Expand Up @@ -1717,6 +1718,35 @@ require'lspconfig'.bzl.setup{}
```


## c3_lsp

https://github.com/pherrymason/c3-lsp

Language Server for c3.



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


**Default values:**
- `cmd` :
```lua
{ "c3lsp" }
```
- `filetypes` :
```lua
{ "c3", "c3i" }
```
- `root_dir` :
```lua
root_pattern("project.json", ".git")
```


## cadence

[Cadence Language Server](https://github.com/onflow/cadence-tools/tree/master/languageserver)
Expand Down
30 changes: 30 additions & 0 deletions doc/server_configurations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [buddy_ls](#buddy_ls)
- [bufls](#bufls)
- [bzl](#bzl)
- [c3_lsp](#c3_lsp)
- [cadence](#cadence)
- [cairo_ls](#cairo_ls)
- [ccls](#ccls)
Expand Down Expand Up @@ -1717,6 +1718,35 @@ require'lspconfig'.bzl.setup{}
```


## c3_lsp

https://github.com/pherrymason/c3-lsp

Language Server for c3.



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


**Default values:**
- `cmd` :
```lua
{ "c3lsp" }
```
- `filetypes` :
```lua
{ "c3", "c3i" }
```
- `root_dir` :
```lua
root_pattern("project.json", ".git")
```


## cadence

[Cadence Language Server](https://github.com/onflow/cadence-tools/tree/master/languageserver)
Expand Down

0 comments on commit bb682c1

Please sign in to comment.