feat: haskell lsp for kakoune
This commit is contained in:
parent
44bb7b2a25
commit
d02a800b43
@ -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 = ''
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user