cwoac/nvvim

imap messes with <Space> leader

Closed this issue · 2 comments

I'm liking nvim! However, when trying to use it I noticed right away that you have a inoremap using the . I have my leader as so it is constantly trying to execute searches etc. It would be nice to have a way to disable the automatic leader assignment or maybe make it so you could at least disable the imaps.

Thanks!!

Agreed. this is kind of a big deal for people that use space for a leader. (I am one as well)

cwoac commented

Okay, I've added an option to disable it on interactive mode (if you disable it on normal mode, it pretty much breaks the program).