aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/helm_ls.lua
diff options
context:
space:
mode:
authorALX99 <46844683+ALX99@users.noreply.github.com>2023-04-24 07:22:36 +0200
committerGitHub <noreply@github.com>2023-04-24 13:22:36 +0800
commit92b8b88f9ba6cece4d0f88a454882809a0aba50e (patch)
tree93b473905b58497cb1e9085f9a7cc1ca94a8bce0 /lua/lspconfig/server_configurations/helm_ls.lua
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-92b8b88f9ba6cece4d0f88a454882809a0aba50e.tar
nvim-lspconfig-92b8b88f9ba6cece4d0f88a454882809a0aba50e.tar.gz
nvim-lspconfig-92b8b88f9ba6cece4d0f88a454882809a0aba50e.tar.bz2
nvim-lspconfig-92b8b88f9ba6cece4d0f88a454882809a0aba50e.tar.lz
nvim-lspconfig-92b8b88f9ba6cece4d0f88a454882809a0aba50e.tar.xz
nvim-lspconfig-92b8b88f9ba6cece4d0f88a454882809a0aba50e.tar.zst
nvim-lspconfig-92b8b88f9ba6cece4d0f88a454882809a0aba50e.zip
docs: fix documentation for gopls and helm_ls (#2571)
Diffstat (limited to 'lua/lspconfig/server_configurations/helm_ls.lua')
-rw-r--r--lua/lspconfig/server_configurations/helm_ls.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/helm_ls.lua b/lua/lspconfig/server_configurations/helm_ls.lua
index 4e357dd6..b5bdbbd6 100644
--- a/lua/lspconfig/server_configurations/helm_ls.lua
+++ b/lua/lspconfig/server_configurations/helm_ls.lua
@@ -27,7 +27,7 @@ The default `cmd` assumes that the `helm_ls` binary can be found in `$PATH`.
If need Helm file highlight use [vim-helm](https://github.com/towolf/vim-helm) plugin.
]],
default_config = {
- root_dir = [[root_pattern("Chart.yaml)]],
+ root_dir = [[root_pattern("Chart.yaml")]],
},
},
}