fix(default): +default/diagnostics: show project-wide w/ eglot+vertico

This commit is contained in:
fanshi1028 2025-12-01 13:41:09 +08:00 committed by GitHub
parent 4b7431cba3
commit 70a018958a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \