feat(default): add +default/diagnostics
Unify flycheck-list-errors and flymake-show-diagnostics-buffer under +default/diagnostics, and use consult-lsp-diagnostics if the lsp and vertico modules are active.
This commit is contained in:
parent
a10ac0e609
commit
2fdcefa831
4 changed files with 22 additions and 7 deletions
|
@ -78,7 +78,7 @@
|
|||
(evil-ex-define-cmd "make" #'+evil:make)
|
||||
(evil-ex-define-cmd "mk" #'+evil:make) ; convenience alias
|
||||
(evil-ex-define-cmd "debug" #'+debugger/start)
|
||||
(evil-ex-define-cmd "er[rors]" #'flycheck-list-errors)
|
||||
(evil-ex-define-cmd "er[rors]" #'+default/diagnostics)
|
||||
|
||||
;;; File operations
|
||||
(evil-ex-define-cmd "cp" #'+evil:copy-this-file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue