lang/go: add go-guru + refactor config
This commit is contained in:
parent
3e63d2d23b
commit
3d30844070
2 changed files with 38 additions and 13 deletions
|
@ -1,8 +1,10 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/go/packages.el
|
||||
|
||||
(package! go-eldoc)
|
||||
(package! go-mode)
|
||||
(package! go-eldoc)
|
||||
(package! go-guru)
|
||||
(package! gorepl-mode)
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-go))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue