summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-04-28 14:17:02 -0700
committerFranck Cuny <franck@fcuny.net>2024-04-28 14:17:02 -0700
commitfc670faf59a0421a3caaf2324cc68e6fd6fb0af6 (patch)
treeb5239da4c1f2231a6b0fe6c58157dc3a9830a21f
parentbinding to open ibuffer (diff)
downloademacs.d-fc670faf59a0421a3caaf2324cc68e6fd6fb0af6.tar.gz
disable hints in eglot
Diffstat (limited to '')
-rw-r--r--config/init-lsp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/init-lsp.el b/config/init-lsp.el
index f0a536c..c92eb36 100644
--- a/config/init-lsp.el
+++ b/config/init-lsp.el
@@ -13,6 +13,7 @@
               ("C-c l a" . eglot-code-actions)
               ("C-c l r" . eglot-rename)
 	      ("C-c l f" . eglot-format-buffer))
+  :hook (eglot-managed-mode . (lambda () (eglot-inlay-hints-mode -1)))
   :config
   (setq eglot-autoshutdown t)
   (setq-default eglot-workspace-configuration