luukvbaal / statuscol.nvim

Status column plugin that provides a configurable 'statuscolumn' and click handlers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to config only show gitsigns status icon on the right of line number

gxt-kt opened this issue · comments

How can I config that only show gitsigns status icon on the right of line number. Add all of others still show on the left.
Like the repository's picture.
Thanks.
https://user-images.githubusercontent.com/31730729/230627808-de0b1e97-116d-4016-b4ba-cb709dfcd980.png

Use a wildcard for the first segment: name = ".*"
And depending on whether you have extmark signs enabled in gitsigns.nvim, add a sign segment with name = "GitSign" or namespace = "gitsign".