feat: haskell lsp for kakoune

This commit is contained in:
dusk 2021-05-04 23:31:53 +03:00
parent 44bb7b2a25
commit d02a800b43
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -1008,6 +1008,11 @@ in
filetypes = ["nix"]
roots = ["flake.nix", "shell.nix", ".git"]
command = "${pkgBin "rnix-lsp"}"
[language.haskell]
filetypes = ["haskell"]
roots = ["Setup.hs", "stack.yaml", "*.cabal"]
command = "${pkgBin "haskell-language-server"}"
'';
"nixpkgs/config.nix".text = ''
{