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)
|
||||
|
|
2
roles/neovim/files/plugin/neogit.lua
Normal file
2
roles/neovim/files/plugin/neogit.lua
Normal file
|
@ -0,0 +1,2 @@
|
|||
local neogit = require('neogit')
|
||||
neogit.setup {}
|
Reference in a new issue