diff options
author | Tharre <tharre3@gmail.com> | 2016-11-28 20:32:57 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-11-28 20:39:14 +0100 |
commit | 9d692a2c5bdba01d2c47788494764acbafeb6950 (patch) | |
tree | 50d96ab3a590a5d4ba51f5666de1c011c5c8e3d2 /.vimrc | |
parent | 6db4b10745cbdf2fcc379f0954011739389d35e2 (diff) | |
download | dotfiles-9d692a2c5bdba01d2c47788494764acbafeb6950.tar.gz dotfiles-9d692a2c5bdba01d2c47788494764acbafeb6950.tar.xz dotfiles-9d692a2c5bdba01d2c47788494764acbafeb6950.zip |
vim: add supertab
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |