mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(default): +default/diagnostics project-wise diagnostics when using eglot + vertico
This commit is contained in:
parent
ead254e152
commit
f3c784d422
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)))
|
(flycheck-list-errors)))
|
||||||
((bound-and-true-p flymake-mode)
|
((bound-and-true-p flymake-mode)
|
||||||
(if (modulep! :completion vertico)
|
(if (modulep! :completion vertico)
|
||||||
(consult-flymake)
|
(consult-flymake t)
|
||||||
(flymake-show-diagnostics-buffer)))
|
(flymake-show-diagnostics-buffer)))
|
||||||
(t
|
(t
|
||||||
(user-error "No diagnostics backend detected. Enable flycheck or \
|
(user-error "No diagnostics backend detected. Enable flycheck or \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue