mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added git blame line
This commit is contained in:
parent
1d1751c8c6
commit
53d0a495fa
1 changed files with 13 additions and 8 deletions
|
|
@ -46,6 +46,11 @@ return packer.startup(function(use)
|
|||
end
|
||||
}
|
||||
|
||||
-- Git Blame Line
|
||||
use {
|
||||
'tveskag/nvim-blame-line',
|
||||
requires = {'nvim-lua/plenary.nvim'},
|
||||
}
|
||||
|
||||
-- Git Integration
|
||||
use { 'TimUntersberger/neogit',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue