remove gitblame
This commit is contained in:
parent
068b4fdbb7
commit
3f655271e6
2 changed files with 0 additions and 9 deletions
|
@ -1,4 +0,0 @@
|
||||||
require('gitblame').setup{
|
|
||||||
date_format = '%r',
|
|
||||||
message_when_not_committed = ''
|
|
||||||
}
|
|
|
@ -26,9 +26,4 @@ return require('packer').startup(function(use)
|
||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
{ run = ':TSUpdate' }
|
{ run = ':TSUpdate' }
|
||||||
}
|
}
|
||||||
|
|
||||||
use {
|
|
||||||
'f-person/git-blame.nvim'
|
|
||||||
}
|
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue