Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reloading configuration file in VsVim?

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.

like image 551
gringo_dave Avatar asked Apr 16 '14 16:04

gringo_dave


Video Answer


1 Answers

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.

like image 132
Robert Elm Avatar answered Oct 07 '22 18:10

Robert Elm