aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2022-09-02 06:15:03 +0000
committergithub-actions <github-actions@github.com>2022-09-02 06:15:03 +0000
commit0fafc3ef648bd612757630097c96b725a36a0476 (patch)
tree5761dda6c3634c178a671b2aef26350a5fa17ecb
parentfeat: add luau_lsp (#2107) (diff)
downloadnvim-lspconfig-0fafc3ef648bd612757630097c96b725a36a0476.tar
nvim-lspconfig-0fafc3ef648bd612757630097c96b725a36a0476.tar.gz
nvim-lspconfig-0fafc3ef648bd612757630097c96b725a36a0476.tar.bz2
nvim-lspconfig-0fafc3ef648bd612757630097c96b725a36a0476.tar.lz
nvim-lspconfig-0fafc3ef648bd612757630097c96b725a36a0476.tar.xz
nvim-lspconfig-0fafc3ef648bd612757630097c96b725a36a0476.tar.zst
nvim-lspconfig-0fafc3ef648bd612757630097c96b725a36a0476.zip
docs: update server_configurations.md
skip-checks: true
-rw-r--r--doc/server_configurations.md26
-rw-r--r--doc/server_configurations.txt26
2 files changed, 52 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index b3ac3ebd..727461c2 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -83,6 +83,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [lelwel_ls](#lelwel_ls)
- [lemminx](#lemminx)
- [ltex](#ltex)
+- [luau_lsp](#luau_lsp)
- [m68k](#m68k)
- [marksman](#marksman)
- [metals](#metals)
@@ -3520,6 +3521,31 @@ require'lspconfig'.ltex.setup{}
```
+## luau_lsp
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.luau_lsp.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "luau-lsp", "lsp" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "luau" }
+ ```
+ - `root_dir` :
+ ```lua
+ root_pattern(".git")
+ ```
+
+
## m68k
https://github.com/grahambates/m68k-lsp
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index b3ac3ebd..727461c2 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -83,6 +83,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [lelwel_ls](#lelwel_ls)
- [lemminx](#lemminx)
- [ltex](#ltex)
+- [luau_lsp](#luau_lsp)
- [m68k](#m68k)
- [marksman](#marksman)
- [metals](#metals)
@@ -3520,6 +3521,31 @@ require'lspconfig'.ltex.setup{}
```
+## luau_lsp
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.luau_lsp.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "luau-lsp", "lsp" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "luau" }
+ ```
+ - `root_dir` :
+ ```lua
+ root_pattern(".git")
+ ```
+
+
## m68k
https://github.com/grahambates/m68k-lsp