all repos

init.lua @ efc28847d14044f9ff283ae5a0c46d82ff92dec5

my nvim config
1 files changed, 1 insertions(+), 2 deletions(-)
refactor(gitsigns): use default file length cup
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-19 14:25:47 +0300
Parent: 9f2bdcf
M lua/plugins/git.lua

@@ -23,8 +23,6 @@ end,

---@type Gitsigns.Config ---@diagnostic disable: missing-fields opts = { - max_file_length = 1000, - current_line_blame = true, numhl = true, signs = { add = { text = "" },

@@ -34,6 +32,7 @@ topdelete = { text = "" },

changedelete = { text = "" }, untracked = { text = "" }, }, + current_line_blame = true, current_line_blame_opts = { virt_text_pos = "eol", delay = 300,