···
-
text = icons.git.LineAdded,
-
numhl = "GitSignsAddNr",
-
linehl = "GitSignsAddLn",
-
text = icons.git.LineModified,
-
numhl = "GitSignsChangeNr",
-
linehl = "GitSignsChangeLn",
-
text = icons.git.LineRemoved,
-
numhl = "GitSignsDeleteNr",
-
linehl = "GitSignsDeleteLn",
-
text = icons.ui.Triangle,
-
numhl = "GitSignsDeleteNr",
-
linehl = "GitSignsDeleteLn",
-
text = icons.ui.BoldLineLeft,
-
numhl = "GitSignsChangeNr",
-
linehl = "GitSignsChangeLn",
-
text = icons.git.LineDeleted,
-
numhl = "GitSignsAddNr",
-
linehl = "GitSignsAddLn",
···
ignore_whitespace = false,
-
current_line_blame_formatter_opts = {
···
···
+
add = { text = icons.git.LineAdded },
+
change = { text = icons.git.LineModified },
+
delete = { text = icons.git.LineRemoved },
+
topdelete = { text = icons.ui.Triangle },
+
changedelete = { text = icons.ui.BoldLineLeft },
+
untracked = { text = icons.git.LineDeleted },
···
ignore_whitespace = false,
···