trevorhauter / gitportal.nvim

Easily generate or ingest shareable permalinks to get to the files you want. Fast.
MIT License
5 stars 0 forks source link

When ingesting link from a place like nvimtree, the highlighting breaks #25

Closed trevorhauter closed 4 days ago

trevorhauter commented 6 days ago

It seems like we highlight the correct area but when the window fully loads it disappears? Maybe something to do with our callback?

trevorhauter commented 5 days ago

The issue is we are trying to highliht the lines too quickly. If we are creating a new buffer for this, it breaks.