vim-fugitive icon indicating copy to clipboard operation
vim-fugitive copied to clipboard

Question: configuring hl for paths/sections in status view

Open Amleto opened this issue 2 years ago • 0 comments

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?

Amleto avatar Jan 14 '24 22:01 Amleto