Overview#
This repository contains my daily-driver Neovim configuration. It is optimized for maintainability, fast startup, and pragmatic language tooling.
Highlights#
- Plugin management with
lazy.nvim - Modular structure for keymaps, plugins, and filetype config
- Practical defaults for coding workflows
- Easy to fork and extend per-language
Challenges & Learnings#
- Keeping plugin dependencies stable across updates
- Reducing startup cost while preserving features
- Designing config layout for long-term readability
@l0stplains