mistricky / codesnap.nvim

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

Supports optionally showing git branch status next to the breadcumb #122

Open LorNtz opened 1 month ago

LorNtz commented 1 month ago

Once my colleague complained to me that he can't find the code where I took the snapshot, and I noticed we were on different branches. Perhaps we could add a support for branch detection?

mistricky commented 1 month ago

Great idea, I'll consider add git branch name somewhere in the code snapshots.

But if you want your colleague to quickly find the position of the code where you selected, you can try This plugin, which can auto-generate remote repository link of the currently selected code. :)