all repos

init.lua @ 42f5619afcf780740936c29589f9e104be878122

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
feat(git): enable "blame line" back
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-01-23 15:28:23 +0200
Parent: 6f6d380
M lua/plugins/git.lua

@@ -22,7 +22,7 @@ }

end, opts = { max_file_length = 1000, - current_line_blame = false, + current_line_blame = true, signs = { add = { text = "" }, change = { text = "" },