| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A fast, modern Neovim setup built for daily development. Opinionated where it matters, minimal where it counts. Designed to stay fast, readable, and maintainable as it evolves.
This setup reflects how I actually work: clean UI, deliberate ergonomics, and a modular Lua architecture that scales without becoming fragile.
Every component is configured explicitly. No hidden magic, no unnecessary abstractions.
Keymaps are designed to be:
Defaults are respected unless there is a strong reason to improve them. The goal is uninterrupted flow and reduced cognitive load.
~/.config/nvim
├── init.lua
├── lua/
│ ├── config/ # autocmds, keymaps, options
│ ├── lazy/ # lazy.nvim setup & plugin specs
│ ├── craftzdog/ # custom hacks (cowboy-style tweaks)
│ └── plugins/ # individual plugin configurations
Each directory has a single responsibility, making the setup easy to navigate, debug, and extend.
git clone https://github.com/ExploitEngineer/nvim ~/.config/nvimThen launch Neovim:
nvimPlugins will install automatically on first launch.
This structure is intentional—extend it without rewriting it.
This Neovim setup is not static. It evolves alongside my workflow, tools, and ideas.
If you adopt it, treat it as a foundation—not a finished product.
| Back | FazBrowse Home | New Git URL |