aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-08-27 13:08:05 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-08-27 13:08:05 +0000
commit2a6f00ff66e276ab3289be8bb9f844f7ab385848 (patch)
tree2a93c50794eb02af1c3beaf537db24e7c1e1fb8e /doc
parentfix: tea-leaves was renamed and replaced teal-language-server (#3285) (diff)
downloadnvim-lspconfig-2a6f00ff66e276ab3289be8bb9f844f7ab385848.tar
nvim-lspconfig-2a6f00ff66e276ab3289be8bb9f844f7ab385848.tar.gz
nvim-lspconfig-2a6f00ff66e276ab3289be8bb9f844f7ab385848.tar.bz2
nvim-lspconfig-2a6f00ff66e276ab3289be8bb9f844f7ab385848.tar.lz
nvim-lspconfig-2a6f00ff66e276ab3289be8bb9f844f7ab385848.tar.xz
nvim-lspconfig-2a6f00ff66e276ab3289be8bb9f844f7ab385848.tar.zst
nvim-lspconfig-2a6f00ff66e276ab3289be8bb9f844f7ab385848.zip
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/server_configurations.md45
-rw-r--r--doc/server_configurations.txt45
2 files changed, 12 insertions, 78 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 237fe291..4e65c0cc 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -285,7 +285,6 @@ 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)
@@ -12007,56 +12006,24 @@ require'lspconfig'.tblgen_lsp_server.setup{}
```
-## tea_leaves
+## teal_ls
-https://github.com/svermeulen/tea-leaves
+https://github.com/teal-language/teal-language-server
Install with:
```
-luarocks install tea-leaves
+luarocks install teal-language-server
```
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
+* "--log-mode=by_date" - Enable logging in $HOME/.cache/teal-language-server. Log name will be date + pid of process
+* "--log-mode=by_proj_path" - Enable logging in $HOME/.cache/teal-language-server. 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
-
-Install with:
-```
-luarocks install --dev teal-language-server
-```
-
-
-
-**Snippet to enable the language server:**
-```lua
require'lspconfig'.teal_ls.setup{}
```
@@ -12072,7 +12039,7 @@ require'lspconfig'.teal_ls.setup{}
```
- `root_dir` :
```lua
- root_pattern("tlconfig.lua", ".git")
+ root_pattern("tlconfig.lua")
```
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 237fe291..4e65c0cc 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -285,7 +285,6 @@ 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)
@@ -12007,56 +12006,24 @@ require'lspconfig'.tblgen_lsp_server.setup{}
```
-## tea_leaves
+## teal_ls
-https://github.com/svermeulen/tea-leaves
+https://github.com/teal-language/teal-language-server
Install with:
```
-luarocks install tea-leaves
+luarocks install teal-language-server
```
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
+* "--log-mode=by_date" - Enable logging in $HOME/.cache/teal-language-server. Log name will be date + pid of process
+* "--log-mode=by_proj_path" - Enable logging in $HOME/.cache/teal-language-server. 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
-
-Install with:
-```
-luarocks install --dev teal-language-server
-```
-
-
-
-**Snippet to enable the language server:**
-```lua
require'lspconfig'.teal_ls.setup{}
```
@@ -12072,7 +12039,7 @@ require'lspconfig'.teal_ls.setup{}
```
- `root_dir` :
```lua
- root_pattern("tlconfig.lua", ".git")
+ root_pattern("tlconfig.lua")
```