feat: enable haskell language server

This commit is contained in:
Noa Aarts 2024-10-03 19:02:01 +02:00
parent ee7f436e62
commit f22c4d529b
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -31,6 +31,7 @@
python-pkgs.pip python-pkgs.pip
python-pkgs.black python-pkgs.black
]))) ])))
(lib.mkIf config.modules.apps.neovim.enableLanguages hls)
]; ];
defaultEditor = true; defaultEditor = true;
viAlias = true; viAlias = true;