diff --git a/homeConfig/modules/neovim/config/lazyvim/lua/config/autocmds.lua b/homeConfig/modules/neovim/config/lazyvim/lua/config/autocmds.lua index 8f73b24..6a3eae4 100644 --- a/homeConfig/modules/neovim/config/lazyvim/lua/config/autocmds.lua +++ b/homeConfig/modules/neovim/config/lazyvim/lua/config/autocmds.lua @@ -124,6 +124,6 @@ dap.configurations.haskell = { ghciPrompt = "λ: ", -- Adjust the prompt to the prompt you see when you invoke the ghci command below ghciInitialPrompt = "λ: ", - ghciCmd = "ghci --test --no-load --no-build --main-is TARGET --ghci-options -fprint-evld-with-show", + ghciCmd = "stack ghci --test --no-load --no-build --main-is TARGET --ghci-options -fprint-evld-with-show", }, } diff --git a/homeConfig/modules/neovim/config/servers.nix b/homeConfig/modules/neovim/config/servers.nix index 40ee7e5..ad0babc 100644 --- a/homeConfig/modules/neovim/config/servers.nix +++ b/homeConfig/modules/neovim/config/servers.nix @@ -19,9 +19,6 @@ let pyright purescript-language-server ]; - - debug = with pkgs; [ - haskellPackages.haskell-debug-adapter - ]; + in - lsp ++ lsp' ++ debug + lsp ++ lsp'