From fc670faf59a0421a3caaf2324cc68e6fd6fb0af6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 28 Apr 2024 14:17:02 -0700 Subject: disable hints in eglot --- config/init-lsp.el | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 -- cgit v1.2.3