diff --git a/.vim/vimrc b/.vim/vimrc index c034a9a..75437b3 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -60,6 +60,7 @@ Bundle "tomtom/tlib_vim" Bundle "tpope/vim-fugitive" " filetype plugin indent on +let g:SuperTabDefaultCompletionType = "context" " " other au BufNewFile,BufRead *.go set filetype=go