Fork me on GitHub
#vim
<
2020-03-03
>
martinklepsch18:03:36

@dave do you use rainbow parenthesis? if so do you have the customized to match gruvbox?

dave18:03:17

i do use rainbow parens, not customized though here's what they look like alongside gruvbox

dave18:03:31

i haven't thought about customizing the colors to match gruvbox, that's an interesting idea

martinklepsch18:03:17

Maybe it’s not necessary with gruvbox, I just ran into “invisible parens” with solarized which I’ve been using for…ever

dave18:03:35

interesting, what are invisible parens all about?

martinklepsch18:03:48

@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)

dave18:03:34

oh, i misunderstood -- thought this was some kind of "you can ignore the parens and focus on the code!" feature 😄

dominicm18:03:11

I had that problem too, also with solarized. I had to learn how to tweak the colors

samoleary20:03:46

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

samoleary20:03:20

it's pretty helpful because you get the little snippet window on the left, is there a toggle to set fzf as the default?

dominicm22:03:06

I would guess that you're lazily loading fzf or something. Maybe we should check for the presence of certain commands instead or something.

samoleary22:03:27

interesting, it works flawlessly with find symbol and list resources but fzf has never worked with :ReplantApropos

dominicm22:03:05

Bit late here, but the source will probably be quite revealing.

samoleary22:03:40

:thumbsup: i think i've managed to have a couple of fzf installations too, i'll clean that then dig around the source. thanks