mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-22 19:59:49 +01:00
languages/haskell: fix DAP command definition
This commit is contained in:
parent
52042f624c
commit
0946d43921
1 changed files with 1 additions and 1 deletions
|
@ -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"}''
|
||||
},
|
||||
},
|
||||
''}
|
||||
|
|
Loading…
Reference in a new issue