@dave do you use rainbow parenthesis? if so do you have the customized to match gruvbox?
i do use rainbow parens, not customized though here's what they look like alongside gruvbox
i haven't thought about customizing the colors to match gruvbox, that's an interesting idea
Maybe it’s not necessary with gruvbox, I just ran into “invisible parens” with solarized which I’ve been using for…ever
interesting, what are invisible parens all about?
@dave it’s when a parenthesis is rendered in a color that has low contrast to the background (tools like flux/redshift can make this even worse I think)
oh, i misunderstood -- thought this was some kind of "you can ignore the parens and focus on the code!" feature 😄
I had that problem too, also with solarized. I had to learn how to tweak the colors
hey dominicm , i've got some helpful yet unexpected behaviour with replant that i can't reliably reproduce but was wondering if you had some insight. i often use :ReplantFindSymbol and :ReplantListResources and 9 times out of 10 the Quickfix window pops up but that odd 1 time the results pop up with fzf
it's pretty helpful because you get the little snippet window on the left, is there a toggle to set fzf as the default?
I would guess that you're lazily loading fzf or something. Maybe we should check for the presence of certain commands instead or something.
interesting, it works flawlessly with find symbol and list resources but fzf has never worked with :ReplantApropos
Bit late here, but the source will probably be quite revealing.
:thumbsup: i think i've managed to have a couple of fzf installations too, i'll clean that then dig around the source. thanks