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 Oct 2, 2024
1 parent c47f2ab commit 6d25cf1
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
32 changes: 32 additions & 0 deletions doc/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ Nvim by running `:help lspconfig-all`.
- [visualforce_ls](#visualforce_ls)
- [vls](#vls)
- [volar](#volar)
- [vscoqtop](#vscoqtop)
- [vtsls](#vtsls)
- [vuels](#vuels)
- [wgsl_analyzer](#wgsl_analyzer)
Expand Down Expand Up @@ -13703,6 +13704,37 @@ require'lspconfig'.volar.setup{}
```


## vscoqtop

https://github.com/coq-community/vscoq



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


**Default values:**
- `cmd` :
```lua
{ "vscoqtop" }
```
- `filetypes` :
```lua
{ "coq" }
```
- `root_dir` :
```lua
see source file
```
- `single_file_support` :
```lua
true
```


## vtsls

https://github.com/yioneko/vtsls
Expand Down
32 changes: 32 additions & 0 deletions doc/configs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ Nvim by running `:help lspconfig-all`.
- [visualforce_ls](#visualforce_ls)
- [vls](#vls)
- [volar](#volar)
- [vscoqtop](#vscoqtop)
- [vtsls](#vtsls)
- [vuels](#vuels)
- [wgsl_analyzer](#wgsl_analyzer)
Expand Down Expand Up @@ -13703,6 +13704,37 @@ require'lspconfig'.volar.setup{}
```


## vscoqtop

https://github.com/coq-community/vscoq



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


**Default values:**
- `cmd` :
```lua
{ "vscoqtop" }
```
- `filetypes` :
```lua
{ "coq" }
```
- `root_dir` :
```lua
see source file
```
- `single_file_support` :
```lua
true
```


## vtsls

https://github.com/yioneko/vtsls
Expand Down

0 comments on commit 6d25cf1

Please sign in to comment.