1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 00:45:42 +08:00
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