What I've noticed on that output of that command was that shortcuts are created are a recursive mapping.
So I wen't through all my vim config and I found that the line was breaking was following:
noremap : <nop>
This is the original issue opened in stackoverflow.
After installing Ropevim none of the shortcuts was working even tho I could see when running the
:map
What I've noticed on that output of that command was that shortcuts are created are a recursive mapping. So I wen't through all my vim config and I found that the line was breaking was following:
noremap : <nop>
This is the original issue opened in stackoverflow.