Accompanying article: https://devctrl.blog/posts/how-to-use-nixcat-nvim-in-nix-os/
I recommend you compare and contrast mine with the example template. Here's a high-level overview:
- Removed the fallback
paq-nvimpackage manager when not on Nix. I will never NOT be on Nix and I don't want to maintain a separate plugin list. - Keep a minimal
categoriesto simplify the setup, i.e., I don't need to toggle on and off and risk wondering why the new plugin is not working (it's not enabled). - Get rid of
for_cathandler for this fine control I don't need - I absolutely did not touch
nixCatsUtils
