hls → haskell-language-server-wrapper

This commit is contained in:
xenia 2023-10-18 11:25:13 +02:00
parent 98e863070f
commit 5e8ef3c462

View File

@ -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"]