1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:40:06 +08:00
SpaceVim/config/plugins_before/supertab.vim

5 lines
204 B
VimL
Raw Normal View History

2017-01-07 14:55:17 +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