lsp: update haskell config

This commit is contained in:
lelgenio 2022-05-07 23:30:05 -03:00
parent e466cab299
commit 1d21de79ce
1 changed files with 1 additions and 3 deletions

View File

@ -76,9 +76,7 @@ offset_encoding = "utf-8"
[language.haskell]
filetypes = ["haskell"]
roots = ["Setup.hs", "stack.yaml", "*.cabal"]
# You might also be interested in the newer, but early stage, haskell-language-server
# https://github.com/haskell/haskell-language-server
command = "hie-wrapper"
command = "haskell-language-server-wrapper"
args = ["--lsp"]
[language.html]