vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

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

Add golint to syntastic.

Diffstat:
Mvimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vimrc b/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