Personal Neovim configuration built on lazy.nvim.
| Plugin | Purpose |
|---|---|
| telescope | Fuzzy finding, grep, undo history |
| harpoon | Quick file navigation |
| trouble | Diagnostics list |
| treesitter + context | Syntax highlighting, scope pinning |
| lsp + mason + cmp | Language servers, autocomplete |
| conform | Format-on-save |
| which-key | Keybind discovery popup |
| rose-pine | Colorscheme |
| nvim-web-devicons | File type icons |
lua/custom/
├── init.lua # Entry point, autocommands, lazy.nvim bootstrap
├── set.lua # Editor settings (indentation, search, undo)
├── remap.lua # Core keybinds
└── plugins/ # Plugin configurations
See KEYBINDS.md.