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 committed Aug 15, 2023
1 parent a687466 commit 0d29cad
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
34 changes: 34 additions & 0 deletions doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [textlsp](#textlsp)
- [tflint](#tflint)
- [theme_check](#theme_check)
- [thriftls](#thriftls)
- [tilt_ls](#tilt_ls)
- [tsserver](#tsserver)
- [turtle_ls](#turtle_ls)
Expand Down Expand Up @@ -9697,6 +9698,39 @@ require'lspconfig'.theme_check.setup{}
```


## thriftls

https://github.com/joyme123/thrift-ls

you can install thriftls by mason or download binary here: https://github.com/joyme123/thrift-ls/releases



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


**Default values:**
- `cmd` :
```lua
{ "thriftls" }
```
- `filetypes` :
```lua
{ "thrift" }
```
- `root_dir` :
```lua
root_pattern(".thrift")
```
- `single_file_support` :
```lua
true
```


## tilt_ls

https://github.com/tilt-dev/tilt
Expand Down
34 changes: 34 additions & 0 deletions doc/server_configurations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [textlsp](#textlsp)
- [tflint](#tflint)
- [theme_check](#theme_check)
- [thriftls](#thriftls)
- [tilt_ls](#tilt_ls)
- [tsserver](#tsserver)
- [turtle_ls](#turtle_ls)
Expand Down Expand Up @@ -9697,6 +9698,39 @@ require'lspconfig'.theme_check.setup{}
```


## thriftls

https://github.com/joyme123/thrift-ls

you can install thriftls by mason or download binary here: https://github.com/joyme123/thrift-ls/releases



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


**Default values:**
- `cmd` :
```lua
{ "thriftls" }
```
- `filetypes` :
```lua
{ "thrift" }
```
- `root_dir` :
```lua
root_pattern(".thrift")
```
- `single_file_support` :
```lua
true
```


## tilt_ls

https://github.com/tilt-dev/tilt
Expand Down

0 comments on commit 0d29cad

Please sign in to comment.