mistricky / codesnap.nvim

📸 Snapshot plugin with rich features that can make pretty code snapshots for Neovim
MIT License
473 stars 15 forks source link

replace shebang with Nix compatible version #65

Closed nadir-ishiguro closed 2 months ago

nadir-ishiguro commented 2 months ago

Hi, really like this little tool. I had to replace the shebang for these two scripts to make them run on Nix.

This makes them more portable in general and is supposed to be good practice even if you're on another distro, so I think it's a good idea to make this the default.

Thanks for codesnap!

Edit: Well, I should have checked before. Seems like this is covered by #58. I'll leave it open for now as my PR more minimal, but I think it can be closed.