We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854b081 commit 03a9bb6Copy full SHA for 03a9bb6
README.md
@@ -117,6 +117,7 @@ Add a vim-plug section to your `~/.vimrc` (or `stdpath('config') . '/init.vim'`
117
1. `call plug#end()` to update `&runtimepath` and initialize plugin system
118
- Automatically executes `filetype plugin indent on` and `syntax enable`.
119
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.
121
122
#### Example
123
@@ -168,8 +169,6 @@ call plug#end()
168
169
" syntax off " Disable syntax highlighting
170
```
171
-Reload .vimrc and `:PlugInstall` to install plugins.
172
-
173
#### Example (Lua configuration for Neovim)
174
175
In Neovim, you can write your configuration in a Lua script file named
0 commit comments