mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(gitsigns): fix inconsistent signs
This commit is contained in:
parent
ff1b44e676
commit
36cfe5269e
1 changed files with 7 additions and 0 deletions
|
|
@ -207,6 +207,13 @@ return {
|
|||
changedelete = { text = "▎" },
|
||||
untracked = { text = "▎" },
|
||||
},
|
||||
signs_staged = {
|
||||
add = { text = "▎" },
|
||||
change = { text = "▎" },
|
||||
delete = { text = "" },
|
||||
topdelete = { text = "" },
|
||||
changedelete = { text = "▎" },
|
||||
},
|
||||
on_attach = function(buffer)
|
||||
local gs = package.loaded.gitsigns
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue