You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's an interesting idea. I've never thought about that. There's a minimal configuration that you could use to try things out, but that doesn't properly setup all of the dependencies. A flake could handle all of that.
I'm just not sure that it's worth the effort to maintain something that so few people would use.
I thought you might be interested in how you can use a flake to provide more than just a devshell-
Here's an example of a plugin flake that launches nvim with the correct provisioning, allowing for users to quickly try of the plugin: https://github.com/dmadisetti/AirLatex.vim/blob/main/flake.nix
A couple things make this possible:
Anyway, this is just a nice to have. I'll likely still try out the project
The text was updated successfully, but these errors were encountered: