Add helm LSP
This commit is contained in:
13
nvim/lsp/helmls.lua
Normal file
13
nvim/lsp/helmls.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-- https://github.com/neovim/nvim-lspconfig/blob/master/lsp/helm_ls.lua
|
||||
return {
|
||||
cmd = { "helm_ls", "serve" },
|
||||
filetypes = { "helm", "yaml.helm-values" },
|
||||
root_markers = { "Chart.yaml" },
|
||||
capabilities = {
|
||||
workspace = {
|
||||
didChangeWatchedFiles = {
|
||||
dynamicRegistration = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user