added git-blame-line plugin

This commit is contained in:
Micah Effiong 2023-06-08 11:18:05 +01:00
parent a4b0d39183
commit b7588e3cf4
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
return {
'braxtons12/blame_line.nvim',
config = function()
require('blame_line').setup()
end
}