summaryrefslogtreecommitdiffstats
path: root/nvim/README.md
diff options
context:
space:
mode:
authorChris Patti <feoh@feoh.org>2024-03-27 11:22:28 -0400
committerChris Patti <feoh@feoh.org>2024-03-27 11:22:28 -0400
commit557fbac9b609cdeea6bb752fb1ca9da00a0b960c (patch)
treee6384135c4ac5cb379a6f3437c9a4f387f33c514 /nvim/README.md
parent9cbe95696d795f981c4efc8144c82c45de09519d (diff)
downloaddots-557fbac9b609cdeea6bb752fb1ca9da00a0b960c.tar.gz
Add instructions to quit :lazy. Fixes #761
Diffstat (limited to 'nvim/README.md')
-rw-r--r--nvim/README.md2
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.