add helm-ls
This commit is contained in:
@@ -13,6 +13,7 @@ return {
|
||||
"L3MON4D3/LuaSnip",
|
||||
"j-hui/fidget.nvim",
|
||||
"rafamadriz/friendly-snippets",
|
||||
{ 'towolf/vim-helm', ft = 'helm' },
|
||||
},
|
||||
|
||||
config = function()
|
||||
@@ -29,7 +30,7 @@ return {
|
||||
require('mason-lspconfig').setup({
|
||||
-- Replace the language servers listed here
|
||||
-- with the ones you want to install
|
||||
ensure_installed = { 'tsserver', 'lua_ls', 'gopls', 'pylsp', 'gitlab_ci_ls', 'yamlls', 'ansiblels', 'terraformls' },
|
||||
ensure_installed = { 'tsserver', 'lua_ls', 'gopls', 'pylsp', 'gitlab_ci_ls', 'yamlls', 'ansiblels', 'terraformls', 'helm_ls' },
|
||||
handlers = {
|
||||
function(server_name)
|
||||
require('lspconfig')[server_name].setup({})
|
||||
@@ -137,6 +138,15 @@ return {
|
||||
Lua = {}
|
||||
}
|
||||
}
|
||||
lspconfig.helm_ls.setup {
|
||||
settings = {
|
||||
['helm-ls'] = {
|
||||
yamlls = {
|
||||
path = "yaml-language-server",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
end
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user