nvim: the epic config restructure
This commit is contained in:
@ -1,7 +1,15 @@
|
||||
local neogit = require("neogit")
|
||||
|
||||
neogit.setup({
|
||||
integrations = {
|
||||
diffview = true,
|
||||
return {
|
||||
"TimUntersberger/neogit",
|
||||
dependencies = {
|
||||
"sindrets/diffview.nvim",
|
||||
},
|
||||
})
|
||||
config = function()
|
||||
local neogit = require("neogit")
|
||||
|
||||
neogit.setup({
|
||||
integrations = {
|
||||
diffview = true,
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user