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:
parent
96375cb7d3
commit
b2f40ede0f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user