Closed jiz4oh closed 2 years ago
coc has a custom popup window now and use coc#pum#visible() check whether insert completion is visible.
coc#pum#visible()
maybe vim-rsi should give user a function to customize i_CTRL-E and c_CTRL-Y, like
vim-rsi
i_CTRL-E
c_CTRL-Y
let pumvisible_func = get(g:, 'pumvisible_func', 'pumvisible') inoremap <expr> <C-E> col('.')>strlen(getline('.'))<bar><bar>pumvisible_func()?"\<Lt>C-E>":"\<Lt>End>"
any suggestions will be appreciated
coc has a custom popup window now and use
coc#pum#visible()
check whether insert completion is visible.maybe
vim-rsi
should give user a function to customizei_CTRL-E
andc_CTRL-Y
, likeany suggestions will be appreciated