Skip to content

Commit bf3e084

Browse files
restrayTimothée Belhomme
authored andcommitted
Merge pull request nvim-lua#479 from dam9000/update-readme-lazy-sync
2 parents ee8fada + 62fe7a2 commit bf3e084

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,15 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\L
5151

5252
### Post Installation
5353

54-
Run the following command and then **you are ready to go**!
54+
Start Neovim
55+
56+
```sh
57+
nvim
58+
```
59+
60+
The `Lazy` plugin manager will start automatically on the first run and install the configured plugins - as can be seen in the introduction video. After the installation is complete you can press `q` to close the `Lazy` UI and **you are ready to go**! Next time you run nvim `Lazy` will no longer show up.
61+
62+
If you would prefer to hide this step and run the plugin sync from the command line, you can use:
5563

5664
```sh
5765
nvim --headless "+Lazy! sync" +qa

0 commit comments

Comments
 (0)