Adding neogit plugin
This commit is contained in:
3
after/plugin/neogit.lua
Normal file
3
after/plugin/neogit.lua
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
local neogit = require('neogit')
|
||||||
|
|
||||||
|
neogit.setup {}
|
||||||
@@ -85,4 +85,5 @@ return require('packer').startup(function(use)
|
|||||||
config = function()
|
config = function()
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
use { 'TimUntersberger/neogit', requires = 'nvim-lua/plenary.nvim' }
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user