Open locphan87 opened 7 years ago
This is helpful! I was confused at first about why the mappings weren't working, until I realized they weren't actually using my leader
key.
Info is misleading, I had to look into source to find out it's not using leader
What problem does this PR solve?
In
README.md
, it is mentioned usingLeader
for key mappings.But the plugin has been implemented by using
LocalLeader
. So the mapping won't work if we follow the documentation (README.md)ref. https://github.com/ElmCast/elm-vim/blob/master/ftplugin/elm.vim#L54
How does this PR solve it?
change Leader to LocalLeader in
README.md