diff options
Diffstat (limited to '')
-rw-r--r-- | config/init-lsp.el | 1 |
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 |