fix(debugger): fix dap-ui conditional loading
Probably missed when adding eglot support code in the module
This commit is contained in:
parent
8594c1a0c4
commit
2cd8f85bac
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue