dev: automated commit - 2025-12-23 14:01:36
This commit is contained in:
parent
5c82cd5345
commit
cc797ee5f1
6 changed files with 74 additions and 226 deletions
|
|
@ -68,11 +68,11 @@ local M = {
|
|||
current_line_blame_formatter = "<author>, <author_time:%Y-%m-%d> - <summary>",
|
||||
current_line_blame = true,
|
||||
signs = {
|
||||
add = { text = icons.ui.BoldLineMiddle },
|
||||
change = { text = icons.ui.BoldLineDashedMiddle },
|
||||
delete = { text = icons.ui.TriangleShortArrowRight },
|
||||
topdelete = { text = icons.ui.TriangleShortArrowRight },
|
||||
changedelete = { text = icons.ui.BoldLineMiddle },
|
||||
add = { text = "┃" },
|
||||
change = { text = "┋" },
|
||||
delete = { text = "" },
|
||||
topdelete = { text = "" },
|
||||
changedelete = { text = "┃" },
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue