This commit is contained in:
2026-03-19 16:14:24 -05:00
parent 24d5bcc047
commit 792a99bf0f
15 changed files with 242 additions and 145 deletions

7
lua/_git.lua Normal file
View File

@@ -0,0 +1,7 @@
plugin({
"FabijanZulj/blame.nvim",
lazy = false,
config = function()
require("blame").setup({})
end,
})