Add `:Lazy sync` to post-installation instructions

This commit is contained in:
Matt Gallagher 2024-08-08 07:31:22 +01:00
parent a766f68527
commit 5c0add71ae
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ Start Neovim
nvim nvim
``` ```
That's it! Lazy will install all the plugins you have. Use `:Lazy` to view That's it! Use `:Lazy sync` to update to the latest version of the plugins
current plugin status. Hit `q` to close the window. defined in `init.lua`. Hit `q` to close the window.
Read through the `init.lua` file in your configuration folder for more Read through the `init.lua` file in your configuration folder for more
information about extending and exploring Neovim. That also includes information about extending and exploring Neovim. That also includes