1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-08 11:29:49 +01:00

languages/haskell: fix DAP command definition

This commit is contained in:
Artur Manuel 2024-12-21 00:51:41 +00:00
parent 52042f624c
commit 0946d43921

View file

@ -92,7 +92,7 @@ in {
cmd = ${
if isList cfg.dap.package
then expToLua cfg.dap.package
else ''${cfg.dap.package}/bin/haskell-debug-adapter''
else ''{"${cfg.dap.package}/bin/haskell-debug-adapter"}''
},
},
''}