aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-12-29 14:01:16 -0500
committerMitch Riedstra <mitch@riedstra.us>2019-12-29 14:01:16 -0500
commit0fbc31674238baf2e7844fae54e1750a4ad6b49e (patch)
tree401fb3c4544c6a9dd5d83caf2657fedf7889b3d3 /init.vim
parentab92df2cdeaa0a1c1fbfd30d34b04a97f4884bdd (diff)
downloadvim-cfg-0fbc31674238baf2e7844fae54e1750a4ad6b49e.tar.gz
vim-cfg-0fbc31674238baf2e7844fae54e1750a4ad6b49e.tar.xz
update the readme and enable checkers for golang
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 85a2a2a..aa0470c 100644
--- a/init.vim
+++ b/init.vim
@@ -42,6 +42,7 @@ set guifont=ProFont\ 11
" checker
let g:syntastic_yaml_checkers = ['yamllint']
+let g:syntastic_go_checkers = [ 'go', 'gofmt', 'golangci_lint' ]
" This lets :lopen / :lwindow always be populated work
let g:syntastic_always_populate_loc_list = 1