setup git-blame
This commit is contained in:
parent
7f9bd8a242
commit
34bd74f8c2
2 changed files with 7 additions and 0 deletions
4
after/plugin/gitblame.lua
Normal file
4
after/plugin/gitblame.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
require('gitblame').setup{
|
||||
date_format = '%r',
|
||||
message_when_not_committed = ''
|
||||
}
|
|
@ -14,5 +14,8 @@ return require('packer').startup(function(use)
|
|||
}
|
||||
|
||||
use { 'nvim-treesitter/nvim-treesitter', { run = ':TSUpdate' } }
|
||||
use {
|
||||
'f-person/git-blame.nvim'
|
||||
}
|
||||
|
||||
end)
|
||||
|
|
Loading…
Reference in a new issue