summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2026-09-09 18:12:51 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2026-09-09 18:12:51 +0100
commit487d4bd6ef4ff6fba8347fd2be36a51ce8f7b710 (patch)
tree3edcedbb8b7e2b14d44654d83af888dbfa2ab014 /README.md
parentb0420784d8aa3442dddded8ee29c18b1e372d2ec (diff)
parente9675f59baaef3b3045e2c003f83a6db90a16ce8 (diff)
Merge branch 'main' into howlhowl
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 -->