-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[The harpoon plugin](https://github.com/ThePrimeagen/harpoon/tree/harpoon2) allows you to pin files in a picker, which persists across Neovim restarts. #771
Comments
Don't think this is limited to harpoon. using For instance, octo://pwntester/octo.nvim/issue/771 |
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! |
Are you guys lazy loading Octo in any way ? |
Yes. I have |
Do you reproduce the issue without lazy loading ? Could be due to octo not being properly loaded in when doing simple :e path/to/octo/buffer since the "normal" way of doing so includes a lazy load trigger |
I have lazy loading as well. But did try without which still had the same effect |
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: