From 70a018958a917ebaad74f2f13f1edfba6e44de8e Mon Sep 17 00:00:00 2001 From: fanshi1028 <8843502+fanshi1028@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:41:09 +0800 Subject: [PATCH] fix(default): +default/diagnostics: show project-wide w/ eglot+vertico --- modules/config/default/autoload/default.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/autoload/default.el b/modules/config/default/autoload/default.el index f229f3b7c..152574178 100644 --- a/modules/config/default/autoload/default.el +++ b/modules/config/default/autoload/default.el @@ -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 \