vim-fugitive
vim-fugitive copied to clipboard
Question: configuring hl for paths/sections in status view
I want to configure the appearance of the file paths in the various sections (staged, unstaged, untracked,...). My issue is that linking the hl group e.g. fugitiveUnstagedSection to something of my choice not only affects those paths, but also the parens on the section header line (which is unwanted).
-- i.e. I do not know how to change the appearance of the below filepaths
-- without affecting the '(' and ')' from '(4)''
Unstaged (4)
M nvim/lazy-lock.json
M nvim/lua/options.lua
M nvim/lua/plugins/harpoon.lua
M nvim/lua/plugins/rosepine.lua
Is what I want conveniently achievable atm?