From 416859c087a582451b0358675fe2ea49ee2616c1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 3 Nov 2018 16:32:11 -0700 Subject: [PATCH] use packages instead of source for go autocomplete --- .vim/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index c43ef3a..c927842 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -14,6 +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 " vim-interestinwords let g:interestingWordsGUIColors = ['#8CCBEA', '#A4E57E', '#FFDB72', '#FF7272', '#FFB3FF', '#9999FF']