use packages instead of source for go autocomplete

This commit is contained in:
Alex Yatskov 2018-11-03 16:32:11 -07:00
parent 8a11c93391
commit 416859c087

View File

@ -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']