def-docset

This commit is contained in:
Henrik Lissner 2016-05-24 22:09:50 -04:00
parent 99e2e4c5ea
commit ec9c12e17e
20 changed files with 42 additions and 21 deletions

View file

@ -9,6 +9,7 @@
:config
(def-builder! go-mode "go build")
(def-company-backend! go-mode (go yasnippet))
(def-docset! go-mode ("Go"))
(def-repl! go-mode gorepl-run)
(map! :map go-mode-map
:n "gd" 'godef-jump