Adding neogit plugin

This commit is contained in:
2023-06-18 22:02:45 +02:00
parent 391e0c28b5
commit 2bdfc53f09
2 changed files with 4 additions and 0 deletions

View File

@@ -85,4 +85,5 @@ return require('packer').startup(function(use)
config = function()
end
}
use { 'TimUntersberger/neogit', requires = 'nvim-lua/plenary.nvim' }
end)