docs: update server_configurations.md

skip-checks: true
This commit is contained in:
github-actions[bot] 2024-08-20 06:00:58 +00:00
parent 4591bc5637
commit 43200fb3a8
2 changed files with 76 additions and 0 deletions

View file

@ -285,6 +285,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [tailwindcss](#tailwindcss)
- [taplo](#taplo)
- [tblgen_lsp_server](#tblgen_lsp_server)
- [tea_leaves](#tea_leaves)
- [teal_ls](#teal_ls)
- [templ](#templ)
- [terraform_lsp](#terraform_lsp)
@ -11957,6 +11958,43 @@ require'lspconfig'.tblgen_lsp_server.setup{}
```
## tea_leaves
https://github.com/svermeulen/tea-leaves
Install with:
```
luarocks install tea-leaves
```
Optional Command Args:
* "--log-mode=by_date" - Enable logging in $HOME/.cache/tea-leaves. Log name will be date + pid of process
* "--log-mode=by_proj_path" - Enable logging in $HOME/.cache/tea-leaves. Log name will be project path + pid of process
* "--verbose=true" - Increases log level. Does nothing unless log-mode is set
**Snippet to enable the language server:**
```lua
require'lspconfig'.tea_leaves.setup{}
```
**Default values:**
- `cmd` :
```lua
{ "tea-leaves" }
```
- `filetypes` :
```lua
{ "teal" }
```
- `root_dir` :
```lua
root_pattern("tlconfig.lua")
```
## teal_ls
https://github.com/teal-language/teal-language-server

View file

@ -285,6 +285,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [tailwindcss](#tailwindcss)
- [taplo](#taplo)
- [tblgen_lsp_server](#tblgen_lsp_server)
- [tea_leaves](#tea_leaves)
- [teal_ls](#teal_ls)
- [templ](#templ)
- [terraform_lsp](#terraform_lsp)
@ -11957,6 +11958,43 @@ require'lspconfig'.tblgen_lsp_server.setup{}
```
## tea_leaves
https://github.com/svermeulen/tea-leaves
Install with:
```
luarocks install tea-leaves
```
Optional Command Args:
* "--log-mode=by_date" - Enable logging in $HOME/.cache/tea-leaves. Log name will be date + pid of process
* "--log-mode=by_proj_path" - Enable logging in $HOME/.cache/tea-leaves. Log name will be project path + pid of process
* "--verbose=true" - Increases log level. Does nothing unless log-mode is set
**Snippet to enable the language server:**
```lua
require'lspconfig'.tea_leaves.setup{}
```
**Default values:**
- `cmd` :
```lua
{ "tea-leaves" }
```
- `filetypes` :
```lua
{ "teal" }
```
- `root_dir` :
```lua
root_pattern("tlconfig.lua")
```
## teal_ls
https://github.com/teal-language/teal-language-server