nvim-config

- Follow the existing module layout and plugin organization.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nvim-config" with this command: npx skills add stevvooe/dotfiles/stevvooe-dotfiles-nvim-config

Scope

  • config/nvim/

Rules

  • Follow the existing module layout and plugin organization.

  • Keep changes scoped to requested behavior; avoid unrelated cleanup.

  • Prefer clear mappings/options over dense abstractions.

  • Keep plugin-specific settings near the plugin configuration.

  • Follow repo workflow gates from config/opencode/AGENTS.md for non-trivial changes.

When to use

  • Adding/updating Neovim plugins and settings

  • Adjusting keymaps or editor behavior

  • Refactoring Neovim config structure in this repo

Workspace testing

Run Neovim against workspace config from the repo root:

XDG_CONFIG_HOME="$PWD/config" nvim

Run with isolated workspace-local data/state/cache:

mkdir -p .tmp/xdg-data .tmp/xdg-state .tmp/xdg-cache XDG_CONFIG_HOME="$PWD/config"
XDG_DATA_HOME="$PWD/.tmp/xdg-data"
XDG_STATE_HOME="$PWD/.tmp/xdg-state"
XDG_CACHE_HOME="$PWD/.tmp/xdg-cache"
nvim

Smoke-test startup without opening UI:

XDG_CONFIG_HOME="$PWD/config" nvim --headless "+qa"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

dotnet-10-csharp-14

No summary provided by upstream source.

Repository SourceNeeds Review
General

flutter-riverpod-expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

modern-css

No summary provided by upstream source.

Repository SourceNeeds Review
General

web-animation-design

No summary provided by upstream source.

Repository SourceNeeds Review