feat: add haskell support

This commit is contained in:
Artur Manuel 2024-12-20 22:50:21 +00:00
commit 8b994cabe4
2 changed files with 4 additions and 3 deletions

View file

@ -51,6 +51,7 @@ in {
lua.enable = true;
ts.enable = true;
go.enable = true;
haskell.enable = true;
};
visuals = {
indent-blankline.enable = true;