mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
feat(git-blame.lua): add git-blame plugin configuration
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.
This commit is contained in:
4
lua/absolute/plugins/git-blame.lua
Normal file
4
lua/absolute/plugins/git-blame.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
"f-person/git-blame.nvim",
|
||||
event = "VeryLazy",
|
||||
}
|
||||
Reference in New Issue
Block a user