Browse Source

Merge c4e96e0f7d into 5548a1a937

pull/840/merge
Charles Wilson 1 year ago
committed by GitHub
parent
commit
b61b07591d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      README.md

+ 5
- 2
README.md View File

@ -104,13 +104,16 @@
" Put your non-Plugin stuff after this line
```
4. Install Plugins:
5. Source the .vimrc file
`source [location to your .vimrc file]`
6. Install Plugins:
Launch `vim` and run `:PluginInstall`
To install from command line: `vim +PluginInstall +qall`
5. (optional) For those using the fish shell: add `set shell=/bin/bash` to your `.vimrc`
7. (optional) For those using the fish shell: add `set shell=/bin/bash` to your `.vimrc`
## Docs


Loading…
Cancel
Save