Vim/build
Daniel Smith 3158194561 Read key remappings from .vimrc (#3908)
Read key remapping commands from $HOME/.vimrc, $HOME/_vimrc, or a
user-specified Vim configuration file. For each, build an IKeyRemapping
object and append it to the appropriate collection, _if_ doing so will
not override a remapping specified in the VS Code settings.

Partially addresses #463. This implementation borrows heavily from
Sheepolution/vimrc-to-json.

* Add `editVimrc` command

* Add .vimrc validator, correct usage of new config names

* Source .vimrc automatically after saving it
2019-11-09 23:16:46 -05:00
..
CHANGELOG.base.md Read key remappings from .vimrc (#3908) 2019-11-09 23:16:46 -05:00
Dockerfile Add CamelCaseMotion plugin (#3483) 2019-02-17 21:33:13 -08:00