aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-10-07 05:17:58 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-10-07 05:17:58 +0000
commit04680101ff79e99b4e33a4386ec27cbd0d360c75 (patch)
treea94e4ae639e3ed9e04af638fbca442fa467a0dee
parentfeat(configs): add kulala_ls (#3360) (diff)
downloadnvim-lspconfig-04680101ff79e99b4e33a4386ec27cbd0d360c75.tar
nvim-lspconfig-04680101ff79e99b4e33a4386ec27cbd0d360c75.tar.gz
nvim-lspconfig-04680101ff79e99b4e33a4386ec27cbd0d360c75.tar.bz2
nvim-lspconfig-04680101ff79e99b4e33a4386ec27cbd0d360c75.tar.lz
nvim-lspconfig-04680101ff79e99b4e33a4386ec27cbd0d360c75.tar.xz
nvim-lspconfig-04680101ff79e99b4e33a4386ec27cbd0d360c75.tar.zst
nvim-lspconfig-04680101ff79e99b4e33a4386ec27cbd0d360c75.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md34
-rw-r--r--doc/configs.txt34
2 files changed, 68 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 3ddc50ce..005de207 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -149,6 +149,7 @@ Nvim by running `:help lspconfig-all`.
- [kcl](#kcl)
- [koka](#koka)
- [kotlin_language_server](#kotlin_language_server)
+- [kulala_ls](#kulala_ls)
- [lean3ls](#lean3ls)
- [leanls](#leanls)
- [lelwel_ls](#lelwel_ls)
@@ -6399,6 +6400,39 @@ require'lspconfig'.kotlin_language_server.setup{}
```
+## kulala_ls
+
+https://github.com/mistweaverco/kulala-ls
+
+A minimal language server for HTTP syntax.
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.kulala_ls.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "kulala-ls", "--stdio" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "http" }
+ ```
+ - `root_dir` :
+ ```lua
+ root_pattern('.git')
+ ```
+ - `single_file_support` :
+ ```lua
+ true
+ ```
+
+
## lean3ls
https://github.com/leanprover/lean-client-js/tree/master/lean-language-server
diff --git a/doc/configs.txt b/doc/configs.txt
index 3ddc50ce..005de207 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -149,6 +149,7 @@ Nvim by running `:help lspconfig-all`.
- [kcl](#kcl)
- [koka](#koka)
- [kotlin_language_server](#kotlin_language_server)
+- [kulala_ls](#kulala_ls)
- [lean3ls](#lean3ls)
- [leanls](#leanls)
- [lelwel_ls](#lelwel_ls)
@@ -6399,6 +6400,39 @@ require'lspconfig'.kotlin_language_server.setup{}
```
+## kulala_ls
+
+https://github.com/mistweaverco/kulala-ls
+
+A minimal language server for HTTP syntax.
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.kulala_ls.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "kulala-ls", "--stdio" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "http" }
+ ```
+ - `root_dir` :
+ ```lua
+ root_pattern('.git')
+ ```
+ - `single_file_support` :
+ ```lua
+ true
+ ```
+
+
## lean3ls
https://github.com/leanprover/lean-client-js/tree/master/lean-language-server