Update completion beaviour
This commit is contained in:
parent
459d51f428
commit
919f3e82bc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
" ------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue