fix(debugger): fix dap-ui conditional loading

Probably missed when adding eglot support code in the module
This commit is contained in:
Gerry Agbobada 2022-09-07 15:39:46 +02:00 committed by Henrik Lissner
parent 8594c1a0c4
commit 2cd8f85bac

View file

@ -155,6 +155,6 @@
(use-package! dap-ui
:when (modulep! +lsp)
:when (and (modulep! +lsp) (not (modulep! :tools lsp +eglot)))
:hook (dap-mode . dap-ui-mode)
:hook (dap-ui-mode . dap-ui-controls-mode))