Add haskell language server to nvim config

This commit is contained in:
CherryKitten 2024-04-15 19:00:14 +02:00
parent 8902ed72ac
commit a5eaff1a63
Signed by: sammy
GPG key ID: 98D8F75FB0658276
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@
# misc
nodePackages.prettier
marksman
haskell-language-server
];
plugins = with pkgs.vimPlugins; [

View file

@ -69,6 +69,7 @@ return {
},
},
},
hls = {},
},
},
},