summaryrefslogtreecommitdiffstats
path: root/lisp/init-eglot.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-eglot.el')
-rw-r--r--lisp/init-eglot.el2
1 files changed, 1 insertions, 1 deletions
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)