From e9675f59baaef3b3045e2c003f83a6db90a16ce8 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 9 Sep 2026 18:12:26 +0100 Subject: Update Neovim packages --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3-13-gbd6f