diff options
author | Cody Hiar <cody@hiar.ca> | 2021-02-04 10:51:56 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-02-04 10:51:56 -0700 |
commit | c64ac06666b47d60af296f21f3202aa526036ee5 (patch) | |
tree | 6ecac5b9dcfd96c6c0c7d9a0a1d3dd9dcd39717c /plugin | |
parent | a4e89aa2e9c4f585380c788319bc034ac1f164f6 (diff) |
Add supertab
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 9 |
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 |