-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
- 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–'zmarks - Configurable
textorhighlight - Optional: priority config
- Use
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
Labels
enhancementNew feature or requestNew feature or request