mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-28 03:30:12 +02:00
fix(extras): added recommended for helm/haskell
This commit is contained in:
parent
106130f4cd
commit
ca0b9ee915
2 changed files with 13 additions and 0 deletions
|
@ -9,6 +9,13 @@ LazyVim.lsp.on_attach(function(client, buffer)
|
|||
end)
|
||||
|
||||
return {
|
||||
recommended = function()
|
||||
return LazyVim.extras.wants({
|
||||
ft = "helm",
|
||||
root = "Chart.yaml",
|
||||
})
|
||||
end,
|
||||
|
||||
{ "towolf/vim-helm", ft = "helm" },
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue