mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
The git-blame.lua file is added with the following configuration: - The plugin "f-person/git-blame.nvim" is included. - The event "VeryLazy" is associated with the plugin.
5 lines
60 B
Lua
5 lines
60 B
Lua
return {
|
|
"f-person/git-blame.nvim",
|
|
event = "VeryLazy",
|
|
}
|