aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ae2017f0a48b2cbbf96b15f475fa24107476b9e8 (plain)
1
2
3
4
5
6
7
# 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 && cd .vim && make install
```