cohama / lexima.vim

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

Newline rule problem #81

Open deshearth opened 5 years ago

deshearth commented 5 years ago

newline_rule is not working whenever there is new pairing rule is added. For example, enter (<CR> gives ( <cursor>) which is supposed to be ( <cursor> )

cohama commented 5 years ago

There is no problem in my environment. Please tell me your vim environment (os, vim/neovim version etc.) or installed plugins (maybe conflicts with lexima)

woahdae commented 4 years ago

I had this issue as the result of a hack while trying to get deoplete to work with lexima. Something about the hack made lexima's <CR> rules break. Probably not lexima's fault, although playing nicer with autocomplete plugins would be nice.