mistricky / codesnap.nvim

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

Tab indention doesn't look right. #76

Closed alexxGmZ closed 2 months ago

alexxGmZ commented 2 months ago

I use tabs for indention and it looks like this. image

It works fine for spaces.

This is my nvim --version

NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1692716794
mistricky commented 2 months ago

Hi @alexxShandsome, thx for reporting the issue, I have fixed it and released it along with v1.1.10, can you test this bug in v1.1.10? If it still not working properly, please let me know, thx.

alexxGmZ commented 2 months ago

It works fine now, thank you. codesnap

Well another problem for me is the text wrapping. I hope it can be improved in the future.

Uzaaft commented 2 months ago

@mistricky This should be closed now since the issue seems to be resolved.