lazy-nvim-optimization
Installation
SKILL.md
Lazy.nvim Optimization
Diagnose and fix Neovim startup performance through profiling and targeted lazy-loading.
Profiling Workflow
When a user reports slow startup, follow this sequence — don't skip to solutions.
Step 1: Measure Baseline
nvim --startuptime startup.log && tail -1 startup.log
Compare against targets:
- < 30ms: Excellent
- 30-50ms: Good
- 50-100ms: Acceptable
-
100ms: Needs work