DEV Community

Discussion on: Finally switching to vim

 
ddiukariev profile image
Dmitry Diukariev

I use VsVim for Visual Studio. No other plugins.

Thread Thread
 
ismatim profile image
Ismatim • Edited

How does your crafted .vimrc work within Visual Studio ? Did you need to make any curious adjustment ?

Thread Thread
 
ddiukariev profile image
Dmitry Diukariev

I have separate configs for vim (_vimrc) and VsVIM (.vimrc) because VsVIM does not support all of the vim features. Both files are placed in default vim installation directory at C:\Program Files (x86)\Vim. VSVim picks it up automatically when you load visual studio. There is also a manual way to load it just type :s {path to your .vimrc}