mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(default): +default/diagnostics: show project-wide w/ eglot+vertico
This commit is contained in:
parent
4b7431cba3
commit
70a018958a
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ current project. Otherwise list them for the current buffer"
|
|||
(flycheck-list-errors)))
|
||||
((bound-and-true-p flymake-mode)
|
||||
(if (modulep! :completion vertico)
|
||||
(consult-flymake)
|
||||
(consult-flymake t)
|
||||
(flymake-show-diagnostics-buffer)))
|
||||
(t
|
||||
(user-error "No diagnostics backend detected. Enable flycheck or \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue