diff options
Diffstat (limited to 'lsp/helm_ls.lua')
| -rw-r--r-- | lsp/helm_ls.lua | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lsp/helm_ls.lua b/lsp/helm_ls.lua index f51e325a..39c574bd 100644 --- a/lsp/helm_ls.lua +++ b/lsp/helm_ls.lua @@ -1,14 +1,14 @@ ---@brief --- --- https://github.com/mrjosh/helm-ls --- --- Helm Language server. (This LSP is in early development) --- --- `helm Language server` can be installed by following the instructions [here](https://github.com/mrjosh/helm-ls). --- --- 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. +--- https://github.com/mrjosh/helm-ls +--- +--- Helm Language server. (This LSP is in early development) +--- +--- `helm Language server` can be installed by following the instructions [here](https://github.com/mrjosh/helm-ls). +--- +--- 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. return { cmd = { 'helm_ls', 'serve' }, filetypes = { 'helm' }, |
