From 9d692a2c5bdba01d2c47788494764acbafeb6950 Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 28 Nov 2016 20:32:57 +0100 Subject: vim: add supertab --- .gitmodules | 3 +++ .vim/bundle/supertab | 1 + .vimrc | 3 +++ 3 files changed, 7 insertions(+) create mode 160000 .vim/bundle/supertab 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 index 0000000..cdaa5c2 --- /dev/null +++ b/.vim/bundle/supertab @@ -0,0 +1 @@ +Subproject commit cdaa5c27c5a7f8b08a43d0b2e65929512299e33a diff --git a/.vimrc b/.vimrc index 556d7d4..c4d7b47 100644 --- a/.vimrc +++ b/.vimrc @@ -113,3 +113,6 @@ nmap o :ProjectOpen " ctrlp let g:ctrlp_max_files = 1000000 let g:ctrlp_cmd = 'CtrlPMixed' + +" supertab +let g:SuperTabDefaultCompletionType = "context" -- cgit v1.2.3-70-g09d2