+1
-2
lua/plugins/git.lua
+1
-2
lua/plugins/git.lua
···
23
23
---@type Gitsigns.Config
24
24
---@diagnostic disable: missing-fields
25
25
opts = {
26
-
max_file_length = 1000,
27
-
current_line_blame = true,
28
26
numhl = true,
29
27
signs = {
30
28
add = { text = "" },
···
34
32
changedelete = { text = "" },
35
33
untracked = { text = "" },
36
34
},
35
+
current_line_blame = true,
37
36
current_line_blame_opts = {
38
37
virt_text_pos = "eol",
39
38
delay = 300,