Remove LSP and move to eglot #emacs
This is a personal experiment to see if eglot is faster while being a much simpler interface to lsp. For starters, there's only a single module to install. Everything else comes with sane defaults and a simple way to override which LSP to use.
This commit is contained in:
@ -16,6 +16,9 @@
|
||||
:recipe (:host github
|
||||
:repo "redguardtoo/evil-matchit"))
|
||||
|
||||
;; eglot instead of lsp
|
||||
(package! eglot)
|
||||
|
||||
;; python stuffs
|
||||
(package! w3m)
|
||||
(package! blacken)
|
||||
|
||||
Reference in New Issue
Block a user