growing-nvim-config

Community

Incrementally grow Neovim config safely

Authorjohnnymo87
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps teams incrementally grow Neovim configuration managed by NixOS/home-manager, reducing churn when adding keybindings, settings, or plugins.

Core Features & Use Cases

  • Incremental migration: migrate individual nvim settings or plugins without a full rewrite.
  • Environment isolation: keeps changes scoped to assets/nvim/lua/user and home-manager modules.
  • Reproducible setup: updates are applied via home-manager, ensuring consistency across machines.

Quick Start

  1. Create a small Lua file in assets/nvim/lua/user/ (e.g., assets/nvim/lua/user/options.lua) with your desired options.
  2. Add the require statements to your home.nix under extraLuaConfig, matching the pattern: extraLuaConfig = '' require("user.settings") require("user.options") '';
  3. Apply the changes with: home-manager switch --flake .#dev

Dependency Matrix

Required Modules

None required

Components

assets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: growing-nvim-config
Download link: https://github.com/johnnymo87/workstation/archive/main.zip#growing-nvim-config

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.