mistricky / codesnap.nvim

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

Way to set the padding size #108

Open s1n7ax opened 1 week ago

s1n7ax commented 1 week ago

Right now padding of the outer container is pretty thick. Is there a way to shrink it down?

s1n7ax commented 1 week ago

Off topic. Just wondering why you didn't make it a neovim plugin in entirety with out breaking it into two, cli application and a plugin that uses the cli application.

mistricky commented 1 week ago

Hi @s1n7ax, thx for this issue.

Right now padding of the outer container is pretty thick. Is there a way to shrink it down?

That's a great idea, I'll consider allowing custom padding config in the future.

Off topic. Just wondering why you didn't make it a neovim plugin in entirety with out breaking it into two, cli application and a plugin that uses the cli application.

You are right, make the generator of CodeSnap as CLI or Library is better, that can wrap as VSCode plugin or something, but CodeSnap written in my spare time, I don't have energy to do these things right now, if someone can PR for this things, I'll appreciate :)