about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-09-16 12:36:00 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-09-16 12:36:00 +0100
commit5571c02c19fa5b11c570faf9c06edc82f8d0c6d6 (patch)
tree9855f6e7928b765218bd84eb4fefa7a5023559fe /.emacs.d
parent2debc6401da255cbc52084cab8deee5613e3b02d (diff)
downloaddotfiles-5571c02c19fa5b11c570faf9c06edc82f8d0c6d6.tar.gz
Try a higher lsp-idle-delay
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-lsp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-lsp.el b/.emacs.d/lisp/init-lsp.el
index a757b94..e2f249a 100644
--- a/.emacs.d/lisp/init-lsp.el
+++ b/.emacs.d/lisp/init-lsp.el
@@ -43,6 +43,7 @@
         lsp-log-io nil
         lsp-lens-enable t
         lsp-headerline-breadcrumb-enable t
+        lsp-idle-delay 1.000
         lsp-enable-symbol-highlighting t
         lsp-headerline-breadcrumb-enable-diagnostics nil
         lsp-modeline-code-actions-enable nil