This is my .vim folder setup.
The plugins are managed by VIM-Plug.
- Clone the repo with
git clone https://github.com/hhendrikk/dotvim ~/.vim cd ~/.vimmd backupsmd swapsmd undosmd autoload
md c:\Users\[username]\vimfilesto powershellmd c:\Users\[username]\vimfiles\autoloadto powershell
ln -s ~/.vim/vimrc ~/.vimrcto make the .vimrc link on your home.
cmd /c mklink C:\Users\[username]\.vimrc c:\Users\[username]\.vim\vimrcto powershell
- Install VIM-Plug with
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim vim +PlugInstallto install all of the plugins.