vim

For discussion on all things (neo)vim.
walterl 2020-03-03T14:17:46.018500Z

I've gone back and forth between gruvbox and badwolf (https://github.com/sjl/badwolf) many times

walterl 2020-03-03T14:21:07.018800Z

Wow. I don't go for light themes, but this one seems to strike a very good balance between utility and comfort.

martinklepsch 2020-03-03T18:25:36.019400Z

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

dave 2020-03-03T18:27:17.019900Z

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

dave 2020-03-03T18:27:31.020500Z

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

martinklepsch 2020-03-03T18:28:17.021200Z

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

dave 2020-03-03T18:28:35.021600Z

interesting, what are invisible parens all about?

martinklepsch 2020-03-03T18:47:48.022900Z

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

dave 2020-03-03T18:48:34.023500Z

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

dominicm 2020-03-03T18:51:11.024500Z

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

samoleary 2020-03-03T20:20:46.027600Z

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

samoleary 2020-03-03T20:23:20.028500Z

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

dominicm 2020-03-03T22:02:06.029600Z

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

samoleary 2020-03-03T22:08:27.030400Z

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

dominicm 2020-03-03T22:10:05.031300Z

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

samoleary 2020-03-03T22:19:40.032800Z

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