Skip to content

Commit

Permalink
Add reload vimrc step to usage section
Browse files Browse the repository at this point in the history
Reloading the .vimrc should be part of the usage section, not the example section.
  • Loading branch information
DanielApt committed Sep 26, 2023
1 parent ca0ae0a commit 8cd8dde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,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.

#### Example

Expand Down Expand Up @@ -143,8 +144,6 @@ call plug#end()
" syntax off " Disable syntax highlighting
```

Reload .vimrc and `:PlugInstall` to install plugins.

### Commands

| Command | Description |
Expand Down

0 comments on commit 8cd8dde

Please sign in to comment.