Skip to content

Commit 03a9bb6

Browse files
authored
Add reload/restart step to usage section (#1255)
Reloading the .vimrc should be part of the usage section, not the example section.
1 parent 854b081 commit 03a9bb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Add a vim-plug section to your `~/.vimrc` (or `stdpath('config') . '/init.vim'`
117117
1. `call plug#end()` to update `&runtimepath` and initialize plugin system
118118
- Automatically executes `filetype plugin indent on` and `syntax enable`.
119119
You can revert the settings after the call. e.g. `filetype indent off`, `syntax off`, etc.
120+
1. Reload the file or restart Vim and run `:PlugInstall` to install plugins.
120121

121122
#### Example
122123

@@ -168,8 +169,6 @@ call plug#end()
168169
" syntax off " Disable syntax highlighting
169170
```
170171

171-
Reload .vimrc and `:PlugInstall` to install plugins.
172-
173172
#### Example (Lua configuration for Neovim)
174173

175174
In Neovim, you can write your configuration in a Lua script file named

0 commit comments

Comments
 (0)