From 1d21de79cee42c3e0260a005f8c8455b26d2316a Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sat, 7 May 2022 23:30:05 -0300 Subject: [PATCH] lsp: update haskell config --- dotfiles/kak-lsp.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dotfiles/kak-lsp.toml b/dotfiles/kak-lsp.toml index c6b896e..f600e34 100644 --- a/dotfiles/kak-lsp.toml +++ b/dotfiles/kak-lsp.toml @@ -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]