mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #91 from Luladjiev/master
lang/go: add missing command-go-gocode-command variable
This commit is contained in:
@ -69,6 +69,7 @@
|
|||||||
|
|
||||||
|
|
||||||
(def-package! company-go
|
(def-package! company-go
|
||||||
|
:init (setq command-go-gocode-command "gocode")
|
||||||
:when (featurep! :completion company)
|
:when (featurep! :completion company)
|
||||||
:after go-mode
|
:after go-mode
|
||||||
:config
|
:config
|
||||||
|
Reference in New Issue
Block a user