aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2023-04-14 09:33:45 +0000
committergithub-actions <github-actions@github.com>2023-04-14 09:33:45 +0000
commite52efca5d4f5536533d447ec0d97e4d525b37ace (patch)
tree1a0d5c81995c7c3fb2c24e789936fdf990e59236 /doc
parentfix(helm_ls): fix wrong cmd (#2560) (diff)
downloadnvim-lspconfig-e52efca5d4f5536533d447ec0d97e4d525b37ace.tar
nvim-lspconfig-e52efca5d4f5536533d447ec0d97e4d525b37ace.tar.gz
nvim-lspconfig-e52efca5d4f5536533d447ec0d97e4d525b37ace.tar.bz2
nvim-lspconfig-e52efca5d4f5536533d447ec0d97e4d525b37ace.tar.lz
nvim-lspconfig-e52efca5d4f5536533d447ec0d97e4d525b37ace.tar.xz
nvim-lspconfig-e52efca5d4f5536533d447ec0d97e4d525b37ace.tar.zst
nvim-lspconfig-e52efca5d4f5536533d447ec0d97e4d525b37ace.zip
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/server_configurations.md2
-rw-r--r--doc/server_configurations.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 36c0cfc6..7dfd2bd2 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -3720,7 +3720,7 @@ require'lspconfig'.helm_ls.setup{}
**Default values:**
- `cmd` :
```lua
- { { "helm_ls" }, "serve" }
+ { "helm_ls", "serve" }
```
- `filetypes` :
```lua
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 36c0cfc6..7dfd2bd2 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -3720,7 +3720,7 @@ require'lspconfig'.helm_ls.setup{}
**Default values:**
- `cmd` :
```lua
- { { "helm_ls" }, "serve" }
+ { "helm_ls", "serve" }
```
- `filetypes` :
```lua