el-get/recipes/flycheck-gometalinter.rcp

10 lines
470 B
Plaintext
Raw Normal View History

(:name flycheck-gometalinter
:type github
:pkgname "favadi/flycheck-gometalinter"
:description "On-the-fly syntax checking extension for golang"
:build (("bash" "-c" "go get -u github.com/alecthomas/gometalinter && gometalinter --install --update"))
:depends (flycheck)
:post-init (progn
(eval-after-load 'flycheck
'(add-hook 'flycheck-mode-hook #'flycheck-gometalinter-setup))))