What problem does it solve? Editing Neovim configs managed by chezmoi is error-prone: live files under ~/.config may be rendered from .tmpl templates, so editing them directly causes drift that gets overwritten. This Skill ensures changes land in the correct chezmoi source file while preserving template logic and profile conditionals. ## Core Features & Use Cases - Chezmoi-aware editing: Resolves live config paths to their real source files using chezmoi managed, source-path, and diff commands before making changes. - Dual-config support: Handles both the minimalist nvim.mini config (native vim.pack) and the LazyVim-based nvim.lazyvim config, respecting each architecture's conventions. - LazyVim reference inspection: Uses the locally installed LazyVim checkout to verify upstream defaults, keymaps, and plugin patterns without modifying it. - Use Case: You want to add a keymap to your daily Neovim setup. The Skill checks whether the target file is chezmoi-managed, locates the .tmpl source, edits it while preserving template conditionals, and runs chezmoi diff to confirm the change. ## Quick Start Ask the assistant to add a new plugin keymap to your Neovim config and apply it through chezmoi.