diff options
| author | github-actions <github-actions@github.com> | 2023-04-14 09:33:45 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2023-04-14 09:33:45 +0000 |
| commit | e52efca5d4f5536533d447ec0d97e4d525b37ace (patch) | |
| tree | 1a0d5c81995c7c3fb2c24e789936fdf990e59236 /doc | |
| parent | fix(helm_ls): fix wrong cmd (#2560) (diff) | |
| download | nvim-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.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
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 |
