Add eldoc-box
This commit is contained in:
parent
983fa45e1f
commit
0c9f1b4e88
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 eldoc-box
|
||||
:straight t
|
||||
:config
|
||||
(add-hook 'eglot-managed-mode-hook #'eldoc-box-hover-mode t))
|
||||
|
||||
(use-package yaml-mode
|
||||
:straight t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue