NVIM config that I use with my agents
Yet another dotfiles repo with 80 plugins and zero novel configuration.
A minimal Neovim configuration
Intentionally small Neovim config; competes against itself, not LazyVim or AstroNvim.
Neovim users who want a readable base config, not a full distribution
LazyVim · AstroNvim · NvChad
The goal was to have a setup that:
starts fast
uses only essential plugins
avoids heavy frameworks
remains easy to understand and extend
The structure is intentionally small:
It’s not meant to compete with full Neovim distributions, but rather serve as a clean base configuration that can be extended gradually.
I use it across multiple machines (laptop, WSL, and servers), so reproducibility and simplicity were priorities.
Feedback is welcome.
Yet another dotfiles repo with 80 plugins and zero novel configuration.
Curated prompt library for founders, but generic AI chat already covers most of this.
Metal rendering is nice, but Neovide already does GPU acceleration cross-platform.
Files are single-purpose and readable: each algorithm comes with docstrings, type hints, complexity notes and runnable examples so you can read, test, or pip-install bits immediately. It isn't breaking new ground — algorithm collections are common — but the focus on clarity, tests, and a tiny surface API (merge_sort, BinaryHeap, dijkstra, etc.) makes this a reliable reference and teaching aid.
Pure tmux-side navigation using --remote-expr beats vim-tmux-navigator's dual-config approach.
Yet another Lua linter when selene and luacheck already exist.