Reloading configuration file in VsVim?
vim, visual-studio, vsvim
Solution
Late reply, but if it returns Parse Error, then that sounds like a problem in your _vsvimrc.
I just tried it to be sure, and it definitely works with my minimal _vsvimrc, so I introduced an error and got a Parse Error.
I suggest starting with an empty _vsvimrc and adding a line at a time to find where the error is.
Problem
Is there any way for reloading configuration file (_vsvimrc) for VsVim inside Visual Studio, WITHOUT restarting whole IDE ? ``` :source C:\path\to\_vsvimrc ``` returns Parse Error UPDATE 2014-05-12 Configuration actually reloaded properly, beside some line that was wrong. In my _vsvimrc I also bind my basic _vimrc file used also in Vim. This was probably the problem. I didn't debug it. I just live with it :). My config file can be found on GitHub.