Skip to content

Commit

Permalink
Add vim specific instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
indrekj committed Jan 6, 2020
1 parent 9e883bc commit b1fba0b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@ ln -s $HOME/dotfiles/.gitconfig $HOME/
ln -s $HOME/dotfiles/.gitignore $HOME/
ln -s $HOME/dotfiles/.Xmodmap $HOME/
```

## Vim

First install vim-plug:

```
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```

Then open nvim and run: `:PlugInstall`

0 comments on commit b1fba0b

Please sign in to comment.