find modules/nixvim/ -name "*.nix" -type f -exec cat {} + | wc -l
3890
I'd say I've spent enough time configuring neovim π
(Btw, highly recommend configuring neovim through nixvim if you're already using nix. Incredibly stable. I had to fix one plugin or another all the time with plain nvim. Now, literally never. Plus, nix run github:<username>/<repo>#nvim on any nix-enabled system, and get dropped into your exact config, keybinds, theme, plugins and all. I've set it up to expose language-enabled variants by appending e.g. .go or .python to that command.)
(Sorry my comments tend to go off-topic)