From 80c7c0c59c091bb0f3551b89d4e694f7877761c1 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Mon, 1 Mar 2021 21:52:48 +0100 Subject: eglot: Update comment --- lisp/init-eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/init-eglot.el') diff --git a/lisp/init-eglot.el b/lisp/init-eglot.el index 0be45cd..d55d751 100644 --- a/lisp/init-eglot.el +++ b/lisp/init-eglot.el @@ -2,7 +2,7 @@ :ensure t :hook ;; load eglot automatically for these modes - ;; - go with gopls: env GO111MODULE=on go get -u golang.org/x/tools/gopls@latest + ;; - 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) -- cgit v1.2.3