From fa1a70455719d25d7b3a3cb28f294d13cc5f88d8 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 7 Mar 2024 23:30:55 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67f21a5..875baa7 100644 --- a/README.md +++ b/README.md @@ -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