Update README.md

This commit is contained in:
Junegunn Choi 2024-03-07 23:30:55 +09:00 committed by GitHub
parent a48709a189
commit fa1a704557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,7 +117,7 @@ Add a vim-plug section to your `~/.vimrc` (or `stdpath('config') . '/init.vim'`
1. `call plug#end()` to update `&runtimepath` and initialize plugin system
- 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.
1. Reload .vimrc (`:source ~/.vimrc`) and `:PlugInstall` to install plugins.
1. Reload the file or restart Vim and run `:PlugInstall` to install plugins.
#### Example