first commit
This commit is contained in:
commit
15e643aa8e
41 changed files with 1623 additions and 0 deletions
11
lua/plugins/git-blame-nvim.lua
Normal file
11
lua/plugins/git-blame-nvim.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
-- Git Blame
|
||||
return {
|
||||
-- https://github.com/f-person/git-blame.nvim
|
||||
'f-person/git-blame.nvim',
|
||||
event = 'VeryLazy',
|
||||
opts = {
|
||||
enabled = false, -- disable by default, enabled only on keymap
|
||||
date_format = '%m/%d/%y %H:%M:%S', -- more concise date format
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue