From c64ac06666b47d60af296f21f3202aa526036ee5 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 4 Feb 2021 10:51:56 -0700 Subject: Add supertab --- plugin/vim-options.vim | 9 +++++++++ 1 file changed, 9 insertions(+) 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 s (easymotion-tn) endif "--------------------------------------------------------------------------------------------------------> + + + +"--------------------------------------------------------------------------------------------------------> +" SuperTab Plugin +"--------------------------------------------------------------------------------------------------------> +if !empty(glob($EditorDir.'plugged/supertab/plugin/supertab.vim')) + let g:SuperTabDefaultCompletionType = "" +endif -- cgit v1.2.3