Skip to content

[FEATURE] Show marksman marks in sign column #27

@fadedreams

Description

@fadedreams

Feature Request

  1. Show marksman marks in the sign column (left gutter)
    • Use vim.fn.sign_place()
    • Only for marksman-managed marks
    • Visually distinct from built-in 'a'z marks
    • Configurable text or highlight
    • Optional: priority config

Example Config:

require("marksman").setup({
  ui = {
    position = "top_center",
    sign = {
      enabled =  true,
      text = "",           -- or "M", "◆"
      highlight = "MarksmanSign",
      priority = 50,        -- higher than Vim's default (10)
    },
  }
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions