aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4ebb7d2f589841549844334e10584a99e2d9440f (plain)
1
2
3
4
5
6
# Setup
Now that I use Neovim exclusively, this has become my vim repo that I call when I want to install vim on a remote machine.
```
git clone https://github.com/thornycrackers/.vim.git; ln -s .vim/vimrc .vimrc; vim +PlugInstall +qa
```