Agent skill
update-neovim-plugins
Update LazyVim and all neovim plugins to their latest versions
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/update-neovim-plugins
SKILL.md
Update Neovim Plugins
This skill updates all neovim plugins managed by lazy.nvim to their latest versions.
Task
You should:
- Check if neovim is installed and accessible
- Open neovim and run the lazy.nvim sync command to update all plugins
- Check for any errors or warnings during the update
- Report which plugins were updated
- Suggest any breaking changes or configuration updates needed
Commands
To update plugins in neovim:
bash
nvim --headless "+Lazy! sync" +qa
To check the lazy.nvim log:
bash
cat ~/.local/state/nvim/lazy.nvim.log
What to Check
- LazyVim itself
- All plugins in
~/.dotfiles/nvim/lua/plugins/ - Any deprecated plugins or APIs
- Breaking changes in major version updates
- Compatibility with current neovim version
Output
Provide a summary of:
- Number of plugins updated
- Any new features available
- Any configuration changes recommended
- Any errors encountered
Didn't find tool you were looking for?