From 03a9bb6d84b24217994556d5311f699f8de25a70 Mon Sep 17 00:00:00 2001 From: DanielApt Date: Thu, 7 Mar 2024 14:31:28 +0000 Subject: [PATCH] Add reload/restart step to usage section (#1255) Reloading the .vimrc should be part of the usage section, not the example section. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 06cb515e..875baa7c 100644 --- a/README.md +++ b/README.md @@ -117,6 +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 the file or restart Vim and run `:PlugInstall` to install plugins. #### Example @@ -168,8 +169,6 @@ call plug#end() " syntax off " Disable syntax highlighting ``` -Reload .vimrc and `:PlugInstall` to install plugins. - #### Example (Lua configuration for Neovim) In Neovim, you can write your configuration in a Lua script file named