You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
319 B
29 lines
319 B
# Setup
|
|
|
|
Install vim-plug:
|
|
|
|
```
|
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
|
```
|
|
|
|
clone this repo and
|
|
|
|
```
|
|
ln -s /path/to/cloned/repo/.vimrc ~/.vimrc
|
|
```
|
|
|
|
then open vim and
|
|
|
|
```
|
|
:PlugInstall
|
|
```
|
|
|
|
then
|
|
|
|
```
|
|
source ~/.vimrc
|
|
```
|
|
|
|
or reopen vim
|