0phoff
0phoff
Sorry to bump this thread but I wanted to know if you are any close to implementing this? If not, then I will implement Zeorin's code to work for a...
[Here is what I came up with](https://github.com/0phoff/DotFiles/blob/master/Vim/scripts/ColDevicons/plugin/ColDevicons.vim) I think I took the best of both @zeorin's and @tiagofumo's solution... It is RGB-based like tiagofumu's solution, but uses vim syntax highlighting...
> How would I go about to get this feature? The links by @0phoff no longer work. Sorry, I completely overhauled my VIM settings since and got rid of these...
I played around with @kylelrichards11 code and modified it to work with both hconcat and vconcat. A few things I changed: 1. First recursively compute the base width/height of all...
I would love a search feature as well! / to search would be a nice addition, since you already use vim keys for other tasks
I added the following CSS to have gaps between my columns: ```css @media print { div[data-callout="multi-column"].callout > .callout-content { width: 100%; gap: var(--callout-gap); } } ```
> I would absolutely love these capabilities, and I would support a PR. Especially `promptfmt`, that would make it infinitely easier to see what mode I am in. I will...
Quick note about the `invert` operator. While you still need to pick whether you want white or black pixels showing opaque by default, I noticed you can use the `alt`...
> Woah, I thought this couldn't get any better! Sorry for the delay in getting this implemented, it's still very much on my radar and I'll see about getting to...
I am _occasionally_ encountering the same issue while emulating `aarch64`, which is annoying as I need to restart my CI/CD pipeline. It would be nice to be able to configure...