From 733695637ea2a5c1d46aeb62dbd2f1ee62f80f48 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 1 Sep 2013 00:17:42 +0800 Subject: [PATCH] Add supertab option let SuperTabDefaultCompletionType. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) 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