diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2026-09-09 18:12:26 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2026-09-09 18:12:26 +0100 |
| commit | e9675f59baaef3b3045e2c003f83a6db90a16ce8 (patch) | |
| tree | 9b514edad4a2e8825767426955759f19baa844fc /README.md | |
| parent | 4b9eb6c158f8adb3d19acaf48b49defcfb5d65f4 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 --> |
