Browse Source

.Vimrc file must be sourced after editing.

After making changes, .vimrc file must be sourced.
pull/840/head
Charles Wilson 8 years ago
committed by GitHub
parent
commit
c4e96e0f7d
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      README.md

+ 5
- 2
README.md View File

@ -102,13 +102,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