From fc967a1cd80d130bca104edd84a6bd57b91a84e7 Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Sun, 29 Jan 2017 05:08:39 +0200 Subject: [PATCH] Make SuperTab selection order correct (for myself) --- neostrophic.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neostrophic.vim b/neostrophic.vim index 4d84e63..4255d10 100644 --- a/neostrophic.vim +++ b/neostrophic.vim @@ -313,7 +313,8 @@ let g:unite_source_menu_menus.neostrophic_menu.command_candidates = [ nnoremap m :Unite menu:neostrophic_menu -start-insert -ignorecase - +" SuperTab +let g:SuperTabDefaultCompletionType = "" " --- Keymaps " Commonly used commands