Tweak corfu and lsp idle delays

This commit is contained in:
Seth Morabito 2022-12-13 09:44:30 -08:00
parent 8c1520e7c8
commit 8a7b75565f
1 changed files with 2 additions and 2 deletions

View File

@ -1370,7 +1370,7 @@ lsp-mode.
;; These three make things significantly less flashy...
lsp-eldoc-render-all nil
lsp-eldoc-hook nil
lsp-idle-delay 1.0
lsp-idle-delay 0.5
lsp-eldoc-hook nil
lsp-enable-symbol-highlighting nil
lsp-signature-auto-activate nil
@ -1402,7 +1402,7 @@ lsp-mode.
(corfu-cycle t)
(corfu-auto t)
(corfu-auto-prefix 2)
(corfu-auto-delay 0.0)
(corfu-auto-delay 2.0)
(corfu-quit-at-boundary 'separator)
(corfu-echo-documentation 0.25)
(corfu-preview-current 'separator)