summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
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"