Skip to content

Commit

Permalink
Add README.md for vim
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroton authored Apr 16, 2022
1 parent 372ed2a commit b7196f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# VIM Configuration

setup.sh script will:
- Install vim
- Copy .vimrc to $HOME
- Install vim plugin manager "Plug"

Then, you need to open .vimrc:
```
vim ~/.vimrc
```
and install plugins by typing:
```
:PlugInstall
```

0 comments on commit b7196f7

Please sign in to comment.