Make directions a little more explicit

I had a bit of trouble figuring out where to put this stuff before I figured out it was supposed to live in my `.vimrc` file. Maybe this will save some time for the next developer.
This commit is contained in:
Kris Luminar 2018-02-23 10:47:44 -06:00 committed by GitHub
parent 96375cb7d3
commit b2f40ede0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ Add a vim-plug section to your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neov
- Automatically executes `filetype plugin indent on` and `syntax enable`. - Automatically executes `filetype plugin indent on` and `syntax enable`.
You can revert the settings after the call. e.g. `filetype indent off`, `syntax off`, etc. You can revert the settings after the call. e.g. `filetype indent off`, `syntax off`, etc.
#### Example #### Example .vimrc file
```vim ```vim
" Specify a directory for plugins " Specify a directory for plugins