diff --git a/.vimrc b/.vimrc index c1675a4..bebb692 100644 --- a/.vimrc +++ b/.vimrc @@ -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 **