Create setup.md

main
Matt Huntington 5 years ago committed by GitHub
parent 63903ae538
commit 12455dbb41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,11 @@
# Setup
## Vim Plug
```
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```
Update `~/.vimrc` to [this](.vimrc) and close vim
open vim and run `:PlugInstall`
Loading…
Cancel
Save