···
11
-
text = icons.git.LineAdded,
12
-
numhl = "GitSignsAddNr",
13
-
linehl = "GitSignsAddLn",
16
-
hl = "GitSignsChange",
17
-
text = icons.git.LineModified,
18
-
numhl = "GitSignsChangeNr",
19
-
linehl = "GitSignsChangeLn",
22
-
hl = "GitSignsDelete",
23
-
text = icons.git.LineRemoved,
24
-
numhl = "GitSignsDeleteNr",
25
-
linehl = "GitSignsDeleteLn",
28
-
hl = "GitSignsDelete",
29
-
text = icons.ui.Triangle,
30
-
numhl = "GitSignsDeleteNr",
31
-
linehl = "GitSignsDeleteLn",
34
-
hl = "GitSignsChange",
35
-
text = icons.ui.BoldLineLeft,
36
-
numhl = "GitSignsChangeNr",
37
-
linehl = "GitSignsChangeLn",
41
-
text = icons.git.LineDeleted,
42
-
numhl = "GitSignsAddNr",
43
-
linehl = "GitSignsAddLn",
9
+
add = { text = icons.git.LineAdded },
10
+
change = { text = icons.git.LineModified },
11
+
delete = { text = icons.git.LineRemoved },
12
+
topdelete = { text = icons.ui.Triangle },
13
+
changedelete = { text = icons.ui.BoldLineLeft },
14
+
untracked = { text = icons.git.LineDeleted },
···
ignore_whitespace = false,
62
-
current_line_blame_formatter_opts = {
63
-
relative_time = false,
···