nvim-check-config
Installation
SKILL.md
Check Neovim Configuration
Validate the user's Neovim configuration following modern best practices.
Task
Perform comprehensive validation of Neovim configuration, checking file structure, plugin specifications, best practices compliance, and identifying common mistakes.
Workflow
1. Locate Configuration
Check for configuration path:
- If path argument provided, use it
- Check settings file
.claude/neovim-advisor.local.mdforneovim_path - Default to
~/.config/nvim
Use Read tool to verify path exists.
Related skills