Rom Grk
Rom Grk
Hi, Would it be possible to make this package into a library usable by other packages? If you accept a PR, I can do it. Thanks!
Hey, Due to the lack of responsiveness from the maintainer of this plugin, I've decided to fork it and try to create a community-maintained version of this plugin. If you're...
Hi, I've included bbye.vim as part of barbar.nvim in https://github.com/romgrk/barbar.nvim/pull/21/files, as allowed by the GNU Affero license. In observance of the license, I would also like to share that the...
Usually when working on a project, I'll have 1-2 docsets in use. It's annoying that it will search for entries in all docsets while I don't use them. It would...
Would it be possible to implement a more efficient filter? Ideally, it should match entries with a fuzzy filter. The current filter sometimes make entries disappear even though they contain...
Closes #12885 Before: https://codesandbox.io/p/sandbox/blissful-thompson-tq5g2m After:
I was checking the charts and I noticed the path is animated via a clipping mask rather than a path animation. You could use this technique to animate it more...
Expose a function that returns a color, e.g.: ```vim let color = vcoolor#pick('#599eff') " Optionnal starting color ```
Steps: - type `#599eff #599eff` - goto start of line (first `#`) - `:VCoolor` and pick something, e.g. #000000 - Line content is now `#000000 #000000` Expected: - Line content...
Closes #12952 This change prevents all columns from re-rendering when one column is changed. Before: https://codesandbox.io/p/sandbox/friendly-montalcini-yfkfvd After: https://codesandbox.io/p/sandbox/black-brook-jr7r3d?file=%2Fsrc%2FApp.tsx