diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/helm_ls.lua')
| -rw-r--r-- | lsp/helm_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/helm_ls.lua b/lsp/helm_ls.lua index 9c92fa0e..3931b448 100644 --- a/lsp/helm_ls.lua +++ b/lsp/helm_ls.lua @@ -9,6 +9,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. +---@type vim.lsp.Config return { cmd = { 'helm_ls', 'serve' }, filetypes = { 'helm', 'yaml.helm-values' }, |
