summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index c164910..9be46df 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,14 @@ git commit -m "Update submodules to latest versions"
git push
```
+## Updating Neovim plugins
+
+https://neovim.io/doc/user/pack/#vim.pack.update()
+
+`:lua vim.pack.update()` to show the confirmation buffer.
+`:write` to to confirm the changes.
+`:quite` to deny the update.
+
## Neovim Keymaps
<!-- BEGIN-NEOVIM-KEYMAPS -->