add neogit neovim plugin
This commit is contained in:
parent
e01550c140
commit
10554c500d
2 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue