dvdsk / prosesitter.nvim

A (work in progress) grammar, spelling and style plugin for Neovim
MIT License
25 stars 0 forks source link

Nav and Hover get different ExtMarks #48

Closed dvdsk closed 3 years ago

dvdsk commented 3 years ago

Probably caused by us not cleaning up ext-marks properly. Problem is that Nav (PsNext) gets an outdated mark without the correct issuemeta attached

dvdsk commented 3 years ago

fixed in aab853a