mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 09:27:25 +00:00
fix(extras): added recommended for helm/haskell
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
return {
|
||||
recommended = function()
|
||||
return LazyVim.extras.wants({
|
||||
ft = { "haskell", "lhaskell" },
|
||||
root = { "hie.yaml", "stack.yaml", "cabal.project", "*.cabal", "package.yaml" },
|
||||
})
|
||||
end,
|
||||
|
||||
-- Add Haskell to treesitter
|
||||
{
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user