nvim: enable diffview in neogit
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
local neogit = require("neogit")
|
||||
|
||||
neogit.setup({})
|
||||
neogit.setup({
|
||||
integrations = {
|
||||
diffview = true,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user