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:
Colin Powell
2019-11-01 22:24:54 -04:00
parent a2b48a7fe1
commit d4c8dc4c4c
2 changed files with 10 additions and 7 deletions

View File

@ -16,6 +16,9 @@
:recipe (:host github
:repo "redguardtoo/evil-matchit"))
;; eglot instead of lsp
(package! eglot)
;; python stuffs
(package! w3m)
(package! blacken)