summaryrefslogtreecommitdiffstats
path: root/lisp/init-eglot.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-03-14 16:47:46 +0100
committerMartin Polden <mpolden@mpolden.no>2021-03-14 16:58:43 +0100
commit354d715836026d5f35fb846ffaa65f989422dd13 (patch)
tree2c34bde574ed2fa808c3289b874250c38e24fb3c /lisp/init-eglot.el
parent80c7c0c59c091bb0f3551b89d4e694f7877761c1 (diff)
makefile: Add targets for LSP servers
Diffstat (limited to 'lisp/init-eglot.el')
-rw-r--r--lisp/init-eglot.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/init-eglot.el b/lisp/init-eglot.el
index d55d751..9f99a6a 100644
--- a/lisp/init-eglot.el
+++ b/lisp/init-eglot.el
@@ -2,9 +2,6 @@
:ensure t
:hook
;; load eglot automatically for these modes
- ;; - go with gopls: go install golang.org/x/tools/gopls@latest
- ;; - python with pyls: python3 -m pip install --user python-language-server
- ;; - rust with rls: rustup component add rls
((go-mode . eglot-ensure)
(python-mode . eglot-ensure)
(rust-mode . eglot-ensure)