From 354d715836026d5f35fb846ffaa65f989422dd13 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Sun, 14 Mar 2021 16:47:46 +0100 Subject: makefile: Add targets for LSP servers --- lisp/init-eglot.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'lisp/init-eglot.el') 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) -- cgit v1.2.3