nvr-list

Installation
SKILL.md

List All Neovim Instances

Purpose

Display all running neovim instances with their working directories, socket paths, and process IDs. Useful for understanding which projects have active editors and troubleshooting multi-project setups.

When to Use This Skill

Use this skill when the user wants to see all neovim instances across all projects:

  • "List all neovim instances"
  • "Show me all running nvim"
  • "What neovim processes are active?"
  • "Which projects have editors open?"
  • "Show all active neovim sessions"

Active Instances (Auto-Captured)

Total Instances: !nvr --serverlist 2>/dev/null | wc -l

Related skills
Installs
5
GitHub Stars
1
First Seen
Feb 28, 2026