aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/vim-options.vim9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim
index 68b60d8..737ce81 100644
--- a/plugin/vim-options.vim
+++ b/plugin/vim-options.vim
@@ -455,3 +455,12 @@ if !empty(glob($EditorDir.'plugged/vim-easymotion/plugin/EasyMotion.vim'))
omap <leader>s <Plug>(easymotion-tn)
endif
"-------------------------------------------------------------------------------------------------------->
+
+
+
+"-------------------------------------------------------------------------------------------------------->
+" SuperTab Plugin
+"-------------------------------------------------------------------------------------------------------->
+if !empty(glob($EditorDir.'plugged/supertab/plugin/supertab.vim'))
+ let g:SuperTabDefaultCompletionType = "<c-n>"
+endif