dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 671e382a5167280bb5c43b90ef32216b456d7d6a
parent ae352012047141217708d43914fe2a4cce7b2a2e
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat,  5 Sep 2015 13:35:17 -0700

Add golint to syntastic.

Diffstat:
M.vim/vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -58,6 +58,7 @@ set wildignore=*.o,*.pyc " Syntastic let g:syntastic_mode_map = { 'mode': 'passive' } +let g:syntastic_go_checkers = ['go', 'golint'] " Omnicomplete set completeopt+=longest