1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 12:50:04 +08:00
SpaceVim/config/plugins_before/supertab.vim
2017-01-07 14:55:17 +08:00

5 lines
204 B
VimL

let g:SuperTabContextDefaultCompletionType = '<c-n>'
let g:SuperTabDefaultCompletionType = '<C-n>'
"autocmd InsertLeave * if pumvisible() ==# 0|pclose|endif
let g:neobundle#install_process_timeout = 1500