Add eglot-booster
This commit is contained in:
parent
652f639894
commit
89abc90a68
15
init.el
15
init.el
|
@ -294,6 +294,15 @@
|
|||
'((haskell
|
||||
(formattingProvider . "floskell")))))
|
||||
|
||||
(use-package eglot-booster
|
||||
:ensure nil
|
||||
:after eglot
|
||||
:demand t
|
||||
:custom
|
||||
(eglot-booster-no-remote-boost t)
|
||||
:config
|
||||
(eglot-booster-mode))
|
||||
|
||||
(use-package eglot-java
|
||||
:hook java-mode java-ts-mode)
|
||||
|
||||
|
@ -337,8 +346,8 @@
|
|||
(completion-category-overrides '((file (styles basic partial-completion)))))
|
||||
|
||||
(use-package marginalia
|
||||
:demand t
|
||||
:after vertico
|
||||
:demand t
|
||||
:bind (:map minibuffer-local-map ("M-a" . marginalia-cycle))
|
||||
:config
|
||||
(marginalia-mode))
|
||||
|
@ -380,8 +389,8 @@
|
|||
|
||||
(use-package treemacs)
|
||||
(use-package treemacs-all-the-icons
|
||||
:demand t
|
||||
:after treemacs
|
||||
:demand t
|
||||
:config
|
||||
(treemacs-load-theme 'all-the-icons))
|
||||
|
||||
|
@ -402,8 +411,8 @@
|
|||
(minions-mode))
|
||||
|
||||
(use-package dirvish
|
||||
:demand t
|
||||
:after dired
|
||||
:demand t
|
||||
:custom
|
||||
(dired-auto-revert-buffer t)
|
||||
(dirvish-attributes '(all-the-icons))
|
||||
|
|
Loading…
Reference in a new issue