Skip to content

Conversation

@alexekdahl
Copy link
Owner

Resolves: #27

Adds a new ProjectMarksSign highlight group and shows a sign marker for marks in the current file.
Also expands config validation to support allowed value lists.

Though: highlighting is off so its a partial feature
@fadedreams
Copy link

fadedreams commented Nov 15, 2025

I just tested your PR #28 with the sign column feature — it works perfectly! The glyphs show up nicely in the sign column, and everything feels snappy. Great addition!
One small UI suggestion for the Show marks window:
Right now, the file names are misaligned because of the ● symbol:

[1] a2_2                 a2
[2] a2_5                 a2
●[3] var_jwt              j.js
●[4] a1_1                 a1

It would look much cleaner if the file column was aligned with padding, like this:

 [1] a2_2			  a2
 [2] a2_5		      a2
●[3] var_jwt		  j.js
●[4] a1_1		      a1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Show marksman marks in sign column

3 participants