Andrey Petrov
Andrey Petrov
Thanks for the ping! Need to do a dep update and release bump soon. :)
I believe aaf0671f017aa51dd323883c68dee436ac4e7d5b fixes this, just need to do a release. :) Sub to #418
Should investigate/fix #404 before doing a v1.11 release IMO. Help appreciated. :)
This is a lovely idea. :)
My current approach for doing this is: ```nix {pkgs, ...}: let pluginModule = {pkg, cfg}: {...}: { extraPlugins = [pkg]; extraConfigLua = cfg; }; in { imports = [ (pluginModule...
@ppenguin > You could get rid of some of the other verbosity by doing something like this: ... Good point, I really should collapse things into the keymaps attrset. Didn't...
I don't have time to polish it up at the moment but will do that next time I'm playing with my nvim configs again, or anyone else feel free to...
Hm, I don't have a darwin machine. Is it still happening on today's nightly? Or what about the monthly? Any idea what the fix might be?
This is a bit of a random guess, but could try adding libusb1 to nativeBuildInputs? Maybe something like this: https://github.com/shazow/foundry.nix/pull/24
@beeb Ah, does it work if you install libusb out of band?