Update eglot config for speed
This commit is contained in:
parent
807af7e345
commit
91f25638c7
1 changed files with 4 additions and 2 deletions
6
init.el
6
init.el
|
@ -661,9 +661,11 @@
|
|||
:after magit)
|
||||
|
||||
(use-package eglot
|
||||
:straight nil
|
||||
:straight t
|
||||
:config
|
||||
(add-hook 'eglot-managed-mode-hook #'eglot-inlay-hints-mode nil))
|
||||
(add-hook 'eglot-managed-mode-hook #'eglot-inlay-hints-mode nil)
|
||||
(setq eglot-events-buffer-size 0)
|
||||
(fset #'jsonrpc--log-event #'ignore))
|
||||
|
||||
(use-package eldoc-box
|
||||
:straight t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue