ElmCast / elm-vim

Elm plugin for Vim
BSD 3-Clause "New" or "Revised" License
572 stars 102 forks source link

Correct the leader type in keybinding #174

Closed jasonzurita closed 5 years ago

jasonzurita commented 5 years ago

Correct the readme -> keybindings to use LocalLeader, which is consistent with the implementation as seen here: https://github.com/ElmCast/elm-vim/blob/d22c0ba13afb554257a8c176962e2216cc18edd1/ftplugin/elm.vim#L66-L72.