Keybinding for quick fixes

This commit is contained in:
Andrea Ciceri 2025-05-23 21:08:37 +02:00
parent 146eee5abe
commit 6cd58095e4
No known key found for this signature in database

View file

@ -28,6 +28,7 @@
(eglot-events-buffer-size 0) ; disable events logging, it should be enabled only when debuggigng LSP servers
(eglot-sync-connect-nil 0) ; disable UI freeze when opening big files
(eglot-connect-timeout nil) ; never timeout
:bind (("C-q" . eglot-code-action-quickfix))
)
(use-package consult-eglot