cohama / lexima.vim

Auto close parentheses and repeat by dot dot dot...
1.01k stars 46 forks source link

<CR> behavior when popup menu appears should be useful other than nvim. #95

Closed castor4bit closed 3 years ago

castor4bit commented 4 years ago

I'm using vim8(macvim/vim8.1) with deoplete.vim, and have a <CR> conflict problem.

This seems to be fixed for nvim, but I think it useful in other environments. Could it be enabled in any environment?

I have applied a workaround that removes the condition of has('nvim') and it works fine for me.

castor4bit commented 3 years ago

Solved by #99. Thank you.