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