From a052e49977942c81cfb786acf22490e021e2b98c Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 16 Jun 2023 22:33:46 -0400 Subject: [PATCH] cat --- .../modules/neovim/config/lazyvim/lua/config/autocmds.lua | 2 +- homeConfig/modules/neovim/config/servers.nix | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) 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'