mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-16 23:41:12 +02:00
Merge add1caeec2
into 25abbf546d
This commit is contained in:
commit
863df15f10
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