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 ~/.vim
md backups
md swaps
md undos
md autoload
md c:\Users\[username]\vimfiles
to powershellmd c:\Users\[username]\vimfiles\autoload
to powershell
ln -s ~/.vim/vimrc ~/.vimrc
to make the .vimrc link on your home.
cmd /c mklink C:\Users\[username]\.vimrc c:\Users\[username]\.vim\vimrc
to powershell
- Install VIM-Plug with
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
vim +PlugInstall
to install all of the plugins.