From 644a18947e168583b71f4f938143a410e841a6c1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 17 Nov 2018 09:32:26 -0800 Subject: [PATCH] update settings for vim-go --- .vim/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index c927842..fd955bb 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -14,7 +14,7 @@ autocmd FileType go let b:argwrap_tail_comma = 1 " vim-go let g:go_fmt_command = 'goimports' -let g:go_gocode_propose_source = 0 +" let g:go_gocode_propose_source = 0 " vim-interestinwords let g:interestingWordsGUIColors = ['#8CCBEA', '#A4E57E', '#FFDB72', '#FF7272', '#FFB3FF', '#9999FF']