junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
34.02k stars 1.93k forks source link

Add reload vimrc step to usage section #1255

Closed DanielApt closed 7 months ago

DanielApt commented 1 year ago

Reloading the .vimrc should be part of the usage section, not the example section.

As a new user, I overlooked that reloading ~/.vimrc was needed. Take a look at the Usage section and see how it's easy to overlook the source and :PlugInstall steps.

I believe this update makes it much clearer.

junegunn commented 7 months ago

Merged, thanks! I changed .vimrc to "the file" because it's init.vim in Neovim.