go bin err

This commit is contained in:
Barak Michener 2017-10-19 11:48:48 -07:00
parent 9635733a56
commit 0c8df14479

2
.vimrc
View file

@ -332,7 +332,7 @@ let g:ctrlp_match_window = 'bottom,order:ttb,min:1,max:15'
let g:go_fmt_command = "goimports"
let g:go_auto_type_info = 1
let g:go_updatetime = 300
let g:go_bin_path = "$HOME/.go/bin"
"let g:go_bin_path = "$HOME/.go/bin"
" ** STATUSLINE **