remove gitblame

This commit is contained in:
Adithya 2024-02-11 00:23:38 +05:30
parent 068b4fdbb7
commit 3f655271e6
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 0 additions and 9 deletions

View file

@ -1,4 +0,0 @@
require('gitblame').setup{
date_format = '%r',
message_when_not_committed = ''
}

View file

@ -26,9 +26,4 @@ return require('packer').startup(function(use)
'nvim-treesitter/nvim-treesitter',
{ run = ':TSUpdate' }
}
use {
'f-person/git-blame.nvim'
}
end)