You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
0 commit comments