nvim-lua-update

Automate incremental methodology updates for Neovim Lua plugins after blueprint changes.

2|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ondrasek/cc-plugins --skill nvim-lua-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nvim-lua-update
Source: https://github.com/ondrasek/cc-plugins/tree/main/plugins/blueprint/skills/nvim-lua-update
Command: npx skills add https://github.com/ondrasek/cc-plugins --skill nvim-lua-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates incremental methodology updates for a Neovim Lua plugin that was configured with blueprint, ensuring configurations and tool recommendations stay aligned with the latest blueprint.

Core Features & Use Cases

  • Preserve selene.toml customizations, .stylua.toml settings, and test framework choice during updates.
  • Apply updates after blueprint changes to Neovim Lua plugin setups to keep tooling aligned with latest methodology.
  • Use Case: After a blueprint refresh, run this skill to get updated tool configs for your Neovim Lua project.

Quick Start

Apply the latest blueprint changes to your Neovim Lua plugin configuration.

Frequently Asked Questions about nvim-lua-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to refresh Neovim Lua tooling without losing custom selene.toml configurations?

The best way to refresh Neovim Lua tooling while preserving custom selene.toml configurations is using this incremental update skill, which enforces protection of your linting settings during the update.

Does updating Neovim Lua blueprint configurations preserve my .stylua.toml settings?

Yes, updating Neovim Lua blueprint configurations preserves .stylua.toml settings because this skill explicitly enforces the retention of your formatting preferences throughout the methodology update process.

Can I keep my current test framework when applying Neovim Lua blueprint updates?

Yes, you can keep your current test framework when applying Neovim Lua blueprint updates because this skill enforces the preservation of your chosen test framework during the incremental refresh.

When do I need to run an incremental update for Neovim Lua plugins?

You need to run an incremental update for Neovim Lua plugins when you want to refresh quality tooling and recommendations after a blueprint update has been released for your project setup.

Why does my Neovim Lua plugin configuration need an incremental methodology update?

Your Neovim Lua plugin configuration needs an incremental methodology update to ensure that tool recommendations stay aligned with the latest blueprint without requiring a full reconfiguration.