hrsh7th / nvim-insx

Flexible key mapping manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change request: remove ["<"] pair rule in standard preset

Avimitin opened this issue · comments

The < operator is often use individually as a comparison operator. But the nvim-insx add <> as default preset which will force the user to delete extra operator. This also let writing code like std::cout << "Hello World" << std::endl harder when coding in C++. I will prefer letting user to manually add < by their own instead of passing this preset as default.

Make sense. I'll add it.

If you can create PR, it can be help me. :)