Disable eglot inlay hints
This commit is contained in:
parent
15cc38d6e8
commit
88716bf136
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
@ -278,6 +278,11 @@
|
|||
(eq old-tick (buffer-chars-modified-tick)))
|
||||
(ignore-errors (yas-next-field))))))
|
||||
|
||||
(use-package eglot
|
||||
:straight nil
|
||||
:config
|
||||
(add-hook 'eglot-managed-mode-hook #'eglot-inlay-hints-mode nil))
|
||||
|
||||
(use-package eldoc-box
|
||||
:straight t
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue