feat(experimental): window scoped extmark#50
Conversation
|
could be a longshot, what exactly does this accomplish? i tried adding your commit to mine, the |
|
Previously/currently extmarks are scoped to a buffer, which means they are anchored to a certain |
|
For reference: neovim/neovim#27361 merged the change to make a namespace window local so that the extmarks inside them only show up in that window. |
|
@IndianBoy42 thanks for the reply. TIL, im guessing the h and k extmark just wouldnt be showing in the right window if its scoped to the buffer? btw, i tried only appending the |

Neovim nightly is starting to add support for window-scoped extmarks. This PR uses it to make the portal windows a little cleaner.
It is a very experimental API under active discussion.
Definitely don't need to merge, just putting this here for people to know because I think it makes a lot of sense for portal.nvim.