Update completion beaviour

This commit is contained in:
Yorick Barbanneau 2022-01-02 01:47:47 +01:00
parent 459d51f428
commit 919f3e82bc

View file

@ -104,8 +104,8 @@ let g:grammalecte_cli_py='/usr/bin/grammalecte-cli'
" --------
let g:deoplete#enable_at_startup = 1
" Deoplete tab order on popup to be down/up instead of up/down
inoremap <silent><expr><tab> pumvisible() ? "\<c-n>" : "\<tab>"
inoremap <silent><expr><s-tab> pumvisible() ? "\<c-p>" : "\<s-tab>"
inoremap <silent><expr><tab> pumvisible()? "\<c-n>" : "\<tab>"
inoremap <silent><expr><s-tab> pumvisible()? "\<c-p>" : "\<s-tab>"
" Color Scheme
" ------------