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 | 557fbac9b609cdeea6bb752fb1ca9da00a0b960c (patch) | |
| tree | e6384135c4ac5cb379a6f3437c9a4f387f33c514 | |
| parent | 9cbe95696d795f981c4efc8144c82c45de09519d (diff) | |
| download | dots-557fbac9b609cdeea6bb752fb1ca9da00a0b960c.tar.gz | |
Add instructions to quit :lazy. Fixes #761
| -rw-r--r-- | nvim/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md index 531c2fe..3453cfa 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -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. |