spacevim/config/plugins_before/supertab.vim

5 lines
204 B
VimL
Raw Normal View History

2024-08-21 14:17:26 +08:00
let g:SuperTabContextDefaultCompletionType = '<c-n>'
let g:SuperTabDefaultCompletionType = '<C-n>'
"autocmd InsertLeave * if pumvisible() ==# 0|pclose|endif
let g:neobundle#install_process_timeout = 1500