diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -169,6 +169,8 @@ let g:deoplete#enable_at_startup = 1 " use tab for cycle through the omnifunc suggestions inoremap <silent><expr> <Tab> \ pumvisible() ? "\<C-n>" : "\<TAB>" +inoremap <silent><expr> <S-Tab> + \ pumvisible() ? "\<C-p>" : "\<S-TAB>" "polyglot" "============= |
