diff options
| -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. |