summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------.vim/bundle/supertab0
-rw-r--r--.vimrc3
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 37db6d4..2f6e599 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -46,3 +46,6 @@
[submodule ".vim/bundle/vim-gnupg"]
path = .vim/bundle/vim-gnupg
url = https://github.com/jamessan/vim-gnupg.git
+[submodule ".vim/bundle/supertab"]
+ path = .vim/bundle/supertab
+ url = https://github.com/ervandew/supertab.git
diff --git a/.vim/bundle/supertab b/.vim/bundle/supertab
new file mode 160000
+Subproject cdaa5c27c5a7f8b08a43d0b2e65929512299e33
diff --git a/.vimrc b/.vimrc
index 556d7d4..c4d7b47 100644
--- a/.vimrc
+++ b/.vimrc
@@ -113,3 +113,6 @@ nmap <leader>o :ProjectOpen<cr>
" ctrlp
let g:ctrlp_max_files = 1000000
let g:ctrlp_cmd = 'CtrlPMixed'
+
+" supertab
+let g:SuperTabDefaultCompletionType = "context"