feat: basic all-line blaming done

This commit is contained in:
2025-09-11 00:05:39 +02:00
parent 89f0df3d60
commit 7925cdd229
2 changed files with 22 additions and 6 deletions

View File

@@ -10,7 +10,8 @@ local function setup(opts)
end
local function blameCurrentFile()
blame.lineBlame(vim.api.nvim_buf_get_name(0))
blame.lineBlame(vim.api.nvim_buf_get_name(0), "test,another,dani.heras@hotmail.com,final", "| Found a fkin monkey 🐒",
"Normal", "eol")
end
return {