mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-13 19:04:36 +02:00
newer helm ftdetect plugin, remove old workaround
This commit is contained in:
parent
c1319cb7ac
commit
add1caeec2
1 changed files with 2 additions and 12 deletions
|
@ -6,7 +6,8 @@ return {
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
||||||
{ "towolf/vim-helm", ft = "helm" },
|
{ "qvalentin/helm-ls.nvim", ft = "helm" },
|
||||||
|
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = { ensure_installed = { "helm" } },
|
opts = { ensure_installed = { "helm" } },
|
||||||
|
@ -18,17 +19,6 @@ return {
|
||||||
servers = {
|
servers = {
|
||||||
helm_ls = {},
|
helm_ls = {},
|
||||||
},
|
},
|
||||||
setup = {
|
|
||||||
yamlls = function()
|
|
||||||
LazyVim.lsp.on_attach(function(client, buffer)
|
|
||||||
if vim.bo[buffer].filetype == "helm" then
|
|
||||||
vim.schedule(function()
|
|
||||||
vim.cmd("LspStop ++force yamlls")
|
|
||||||
end)
|
|
||||||
end
|
|
||||||
end, "yamlls")
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue