chentoast / marks.nvim

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

Avoid displaying over gitsigns.nvim #96

Open YodaEmbedding opened 1 year ago

YodaEmbedding commented 1 year ago

Instead of displaying over gitsigns.nvim, can the marks be displayed in the second column? Or alternatively, make them the same color as the gitsign.


The mark signs are somewhat clashing with my recent insight for automatically dropping a mark whenever I go into insert mode, e.g. nnoremap i mii, as shown in https://github.com/YodaEmbedding/dotfiles/commit/47f46bc6e4d3f0d1db7068e9bc3d7ecb7bf7d0eb .

chentoast commented 6 months ago

You should use the 'sign_priority' option to ensure mark signs get displayed after gitsigns