Skip to content

Commit 68b1981

Browse files
committed
Update README Post Installation steps
Change the recommendation to just run nvim normally instead of the headless mode for the first run. This will show Lazy UI updating the plugins which would match what the video show and may be easier to understand what is going on thant the silent headless run.
1 parent 9b256d9 commit 68b1981

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)