add neogit neovim plugin

This commit is contained in:
Pim Kunis 2023-01-21 13:25:25 +01:00
parent e01550c140
commit 10554c500d
2 changed files with 5 additions and 0 deletions

View file

@ -13,4 +13,7 @@ return require('packer').startup(function()
-- Easy LSP configurations
use 'neovim/nvim-lspconfig'
-- Git integration
use { 'TimUntersberger/neogit', requires = 'nvim-lua/plenary.nvim' }
end)

View file

@ -0,0 +1,2 @@
local neogit = require('neogit')
neogit.setup {}