NeoVim¶
NeoVim configuration is built on LazyVim, with selected extras enabled, custom plugin overlays
in lua/plugins/, and the options.lua / keymaps.lua / autocmds.lua triplet under
lua/config/ shaping day-to-day editing.

| Page | Purpose |
|---|---|
| LazyVim | Layout of .config/nvim/, the base spec, and how LazyVim loads. |
| Extras | Enabled LazyVim extras (language servers, formatters, tooling). |
| Custom plugins | Project-specific plugin specs and overrides. |
| Auto-commands, keymaps, options | The lua/config/ triplet shaping day-to-day editing. |