Folke Lemaitre

Results 961 comments of Folke Lemaitre

can you set `opts.image.convert.magick.math = { "-density", 192, "{src}[0]", "-trim" }`? And see if that makes a difference?

Are you using fractional scaling in KDE? System Settings → Display and Monitor → Scale. Can you try setting the font-size in one of the terminals to at least 12pt...

I just pushed some changes that may (or may not) improve the rendering for you. Update and remove your customizations. Let me know if it made a difference!

density already defaults to `192`, to prevent issues with down-scaling. One last thing you could try (but won't add this), is something like the below: ```lua { "-density", 96 *...

When you change these, make sure to delete `~/.cache/nvim/snacks/image` before testing again

I've been making some changes so that it works in all pickers and offsets/widths are correctly calculated based on the preceding/following texts. Since you created a pull request from your...

## Changes in PR #2294 I've made some modifications to this PR in #2294 since I couldn't push to the original branch. Here are my changes: ### 1. Simplified truncation...