chore(nvim): Massive restructure and cleanup

This commit is contained in:
2024-06-01 03:53:39 +01:00
parent 5c5eed7581
commit a796af3510
27 changed files with 558 additions and 917 deletions

View File

@@ -0,0 +1,9 @@
return {
{
"FabijanZulj/blame.nvim",
event = "VeryLazy",
config = function()
require("blame").setup()
end
},
}