gytis-ivaskevicius/nix2vim

Manage _just_ dependencies with nix

the-argus opened this issue · 3 comments

I would like to use nix to manage my packer plugins and their configurations, because those are the elements of my config that don't involve functions or any idiosyncratic lua/vim stuff that wouldn't be possible (as far as I'm aware) with this flake. How can I go about partially using nix2vim, with raw lua alongside it?

Would the lua attribute fit your goal? It just appends raw lua to the generated lua. Example

you can also do stuff like lua = builtins.readFile ./something.lua. Is this issue resolved?

yep. I'm migrating my config now.