hls → haskell-language-server-wrapper
This commit is contained in:
parent
98e863070f
commit
5e8ef3c462
2
kak.nix
2
kak.nix
|
@ -44,7 +44,7 @@ with pkgs; let
|
||||||
[language.haskell]
|
[language.haskell]
|
||||||
filetypes = ["haskell"]
|
filetypes = ["haskell"]
|
||||||
roots = ["Setup.hs", "stack.yaml", "*.cabal"]
|
roots = ["Setup.hs", "stack.yaml", "*.cabal"]
|
||||||
command = "hls"
|
command = "haskell-language-server-wrapper"
|
||||||
|
|
||||||
[language.python]
|
[language.python]
|
||||||
filetypes = ["python"]
|
filetypes = ["python"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user