From 0c8df1447907b3f725bdef97a22213d49eae7c36 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Thu, 19 Oct 2017 11:48:48 -0700 Subject: [PATCH] go bin err --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 **