|
|
@@ -432,7 +432,7 @@ let g:go_highlight_generate_tags = 1
|
|
|
let g:go_fmt_autosave = 0 " Let syntastic do this
|
|
|
let g:go_fmt_experimental = 1 " Maintain folds after GoFmt + write
|
|
|
let g:syntastic_go_checkers = ['gofmt']
|
|
|
-set rtp+=$GOPATH/src/github.com/golang/lint/misc/vim
|
|
|
+"set rtp+=$GOPATH/src/github.com/golang/lint/misc/vim
|
|
|
au BufRead,BufNewFile *.go map <leader>d :GoDeclsDir<cr>
|
|
|
|
|
|
" JSON things
|