Skip to content

Instantly share code, notes, and snippets.

@nmunroe17
nmunroe17 / LAZYVIM_GUIDE.md
Last active January 4, 2026 20:59
Ultimate Vim/tmux/Claude Code bootstrap - no root required

LazyVim Guide for Intermediate Vim Users

You know vim. You've got hjkl in muscle memory, you understand modes, and you've probably customized a .vimrc before. LazyVim is Neovim with batteries included - here's what you need to know.

What LazyVim Actually Is

LazyVim is a Neovim "distribution" - a pre-configured setup with:

  • lazy.nvim as the plugin manager (fast, lazy-loading)
  • ~50 plugins pre-configured and working together
  • Sane defaults that you can override