harpoon icon indicating copy to clipboard operation
harpoon copied to clipboard

Popup is under going some changes

Open ThePrimeagen opened this issue 1 year ago • 4 comments

Highlight groups and popup window has been reworked.

we are going to drop the plenary deps and just use the nvim_open_win function. This also means that i need to expose some border options.

as for highlight groups, there is a new event that emits out window and buf. but i am unsure what else is needed for highlight groups

ThePrimeagen avatar Dec 10 '23 23:12 ThePrimeagen

Will this change the options to set preferred ui width, etc?

Just noticed my settings aren't applying anymore

whoop-t avatar Dec 11 '23 04:12 whoop-t

Yes, I would like to drive as much as possible settings through the function itself, not some distant settings

ThePrimeagen avatar Dec 11 '23 05:12 ThePrimeagen

Yeah, the window looks completely different, the most annoying thing is background color is wrong because it doesn't use the highlight rn image

Arisa-Snowbell avatar Dec 11 '23 15:12 Arisa-Snowbell

yeah, reverted a few commits back because I like my highlight groups 😆

patricio-ferraggi-deel avatar Dec 12 '23 11:12 patricio-ferraggi-deel