diff options
author | Franck Cuny <franck@fcuny.net> | 2024-04-28 14:17:02 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-04-28 14:17:02 -0700 |
commit | fc670faf59a0421a3caaf2324cc68e6fd6fb0af6 (patch) | |
tree | b5239da4c1f2231a6b0fe6c58157dc3a9830a21f | |
parent | binding to open ibuffer (diff) | |
download | emacs.d-fc670faf59a0421a3caaf2324cc68e6fd6fb0af6.tar.gz |
disable hints in eglot
-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 |