chentoast / marks.nvim

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

Feature Request: allow reserving or protecting mark letters #98

Open mystilleef opened 8 months ago

mystilleef commented 8 months ago

marks.set_next sets a mark using an available unused letter.

Can you provide an option to exclude letters from being used by set_next?

For example:

{
  "chentoast/marks.nvim",
  opts = {
    ...
    reserved_mark_letters = {"m", "n"},
    ...
  }