Closed satorunooshie closed 7 months ago
If I understand correctly, this option already exists
g:GIT_LENS_CONFIG = {
blame_prefix: '••••',
}
Thanks for reply.
g:GIT_LENS_CONFIG = {
blame_prefix: ' ---- ',
}
I'm pointing symbols at https://github.com/Eliot00/git-lens.vim/blob/508e85748e4fa2028a5eaf144adbe3659002b592/autoload/git_lens/blame.vim#L226 not prefix.
I see, but adding a separate configuration for the separator seems not flexible enough...
I quickly did a minimal verification and added a 'blame_template' configuration item. The effect is as shown below
What do you think to add options to customize symbols like
•
astermdebug_signs
does?