diff options
author | Chris Patti <feoh@feoh.org> | 2024-03-27 11:22:28 -0400 |
---|---|---|
committer | Chris Patti <feoh@feoh.org> | 2024-03-27 11:22:28 -0400 |
commit | 93fde0556e82ead2a5392ccb678359fa59437b98 (patch) | |
tree | b682008d7176c5f439a4c397d219559554332a80 /README.md | |
parent | 2877a60e00e661fd716f8fc4f772dee0860f5036 (diff) |
Add instructions to quit :lazy. Fixes #761
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ nvim ``` That's it! Lazy will install all the plugins you have. Use `:Lazy` to view -current plugin status. +current plugin status. Hit `q` to close the window. Read through the `init.lua` file in your configuration folder for more information about extending and exploring Neovim. |