mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +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
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue