Add supertab option let SuperTabDefaultCompletionType.

This commit is contained in:
Gea-Suan Lin
2013-09-01 00:17:42 +08:00
parent ae44c44040
commit 733695637e

View File

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