mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
5 lines
204 B
VimL
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
|