You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[The harpoon plugin](https://github.com/ThePrimeagen/harpoon/tree/harpoon2) allows you to pin files in a picker, which persists across Neovim restarts.
#771
Open
wd60622 opened this issue
Dec 31, 2024
· 3 comments
The harpoon plugin allows you to pin files in a picker, which persists across Neovim restarts.
I've noticed that after a restart, opening octo buffers through harpoon - or even just with :edit octo://... some syntax highlighting is missing, e.g., the diff bar and the assignees aren't coloured.
If I open the Octo picker with the partially coloured PR open and close it again, everything is coloured correctly.
So, I assume opening Octo - not just loading it via Lazy - triggers some additional functionality that I'm not calling when opening an Octo PR without going through Octo itself.
Does anyone have experience using octo with harpoon or have some pointers how I could address this?
I experience this as well. I am thinking the highlight groups arent initialized or something.
Have you played around with it more and discovered anything?
I haven't. But I want to give it another go when I have more time. This could make a nice first contribution from my side, I hope!
It'd be a great contribution, indeed!
Well toy around with it a bit. If you do have any information, comment it here in this thread. And it will get solved eventually 😄
The harpoon plugin allows you to pin files in a picker, which persists across Neovim restarts.
I've noticed that after a restart, opening octo buffers through harpoon - or even just with
:edit octo://...
some syntax highlighting is missing, e.g., the diff bar and the assignees aren't coloured.If I open the Octo picker with the partially coloured PR open and close it again, everything is coloured correctly.
So, I assume opening Octo - not just loading it via Lazy - triggers some additional functionality that I'm not calling when opening an Octo PR without going through Octo itself.
Does anyone have experience using octo with harpoon or have some pointers how I could address this?
Originally posted by @paulhdk in #649
The text was updated successfully, but these errors were encountered: