chentoast / marks.nvim

A better user experience for viewing and interacting with Vim marks.
MIT License
848 stars 43 forks source link

Move signs one column to the right. #100

Open aabbccddeeffggj opened 9 months ago

aabbccddeeffggj commented 9 months ago

Hi, currently my mark signs are formated in the following way: image I would like it to be displayed right between the "5" and "7" in this example, but I don't see any formatting option to make it. Thanks.

chentoast commented 8 months ago

I believe that the recently merged 'statuscolumn' feature in Neovim could be used to implement some version of this.