aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-03-28 09:57:19 +0100
committerDamjan 9000 <damjan.9000@gmail.com>2024-03-28 09:57:19 +0100
commitdc9eb06f47db0baaa82ca88a43383f2de847226c (patch)
treed351e85e81f9ebc652739795faccbbcf273783ff /README.md
parenta037d1d4d68a58d135bb976964eee77b18cf4ec8 (diff)
parent93fde0556e82ead2a5392ccb678359fa59437b98 (diff)
Merge 'upstream' Add luadoc in treesitter, instructions to quit lazy
- Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter` - Add instructions to quit :lazy
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86ad89c..759504f 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,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.