___ ___ ___ ___
/ /\ / /\ / /\ ___ ___ /__/\
/ /::\ / /:/_ / /::\ /__/\ / /\ | |::\
/ /:/\:\ / /:/ /\ / /:/\:\ \ \:\ / /:/ | |:|:\
/ /:/~/:/ / /:/ /:/_ / /:/ \:\ \ \:\ /__/::\ __|__|:|\:\
/__/:/ /:/___ /__/:/ /:/ /\ /__/:/ \__\:\ ___ \__\:\ \__\/\:\__ /__/::::| \:\
\ \:\/:::::/ \ \:\/:/ /:/ \ \:\ / /:/ /__/\ | |:| \ \:\/\ \ \:\~~\__\/
\ \::/~~~~ \ \::/ /:/ \ \:\ /:/ \ \:\| |:| \__\::/ \ \:\
\ \:\ \ \:\/:/ \ \:\/:/ \ \:\__|:| /__/:/ \ \:\
\ \:\ \ \::/ \ \::/ \__\::::/ \__\/ \ \:\
\__\/ \__\/ \__\/ ~~~~ \__\/
git- A
C/C++compiler for the treesitter parsers (gcc/g++,clang/clang++,zig) - (Optional)
cargoforparinfer-rust - (Optional)
fzfandrgforTelescope - (Optional) any of the required Language Servers for the languages mentioned here
- Get a recent
nvimbinary:
git clone https://www.github.com/reo101/reovim ~/.config/reovim
NVIM_APPNAME=reovim nvim- First startup bootstraps
nfnl, the custom Fennel loader, and the plugin set. - To precompile everything manually, run
:NfnlCompileAll. - Nix users can build or run the wrapped package directly:
nix build .#reovim
nix run .#reovim- Profile variants are exposed as passthroughs and top-level packages:
nix build .#reovim.full
nix build .#reovim.dev
nix build .#reovim.lite
nix build .#reovim.writinginit.lua- Entry point for Neovim.nfnl.fnl-nfnlcompile routing and output placementlua/- Tracked bootstrap Lua plus Nix build outputsbootstrap-nfnl.lua- compiled bootstrap copy offnl/bootstrap-nfnl.fnlfennel-loader.lua- compiled bootstrap copy offnl/fennel-loader.fnl
fnl/- Fennel config filesinitialize.fnl- main Fennel entrypoint after bootstrapbootstrap-nfnl.fnl- startup/bootstrap logicfennel-loader.fnl- custom Fennel and macro injectionpackages.fnl- plugin loading throughlze/vim.packpackages/specs.fnl- side-effect-free plugin spec discovery shared by runtime loading and lockfile syncsettings.fnl- globalvim.optand UI setupautocommands.fnl- global autocommands and navigation helpersdef-keymaps.fnl- nested keymap DSL wrapperrv-config/- plugin and feature modules grouped by domainmacros/- injected Fennel aliases and typed-fennel bootstrapfp/- local functional programming utilities and experiments
after/- ftplugins, filetype detection, and treesitter query overridesluasnippets/- LuaSnip snippetsnix/- flake module, lockfile builders, treesitter grammar packaging, and helper derivationsnvim-pack-lock.json- pinned plugin and grammar lockfile used by Nix
