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

Installs
40
GitHub Stars
10
First Seen
Mar 2, 2026
lazy-nvim-optimization — kriscard/kriscard-claude-plugins