summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2023-10-25 21:46:24 +0200
committerDamjan 9000 <damjan.9000@gmail.com>2023-10-26 06:47:18 +0200
commit5797248e193f8fe7daef6e3d01ef17e492a9cea6 (patch)
treeff41fb8d027ef3a3252e4c6995c96f8cc3d4d98e
parent77258b112a21bb5d53a554251fc2a71a51d7357a (diff)
downloaddots-5797248e193f8fe7daef6e3d01ef17e492a9cea6.tar.gz
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.
-rw-r--r--nvim/README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md
index 433a51d..f819827 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -51,7 +51,15 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\L
### Post Installation
-Run the following command and then **you are ready to go**!
+Start Neovim
+
+```sh
+nvim
+```
+
+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.
+
+If you would prefer to hide this step and run the plugin sync from the command line, you can use:
```sh
nvim --headless "+Lazy! sync" +qa