8 lines
93 B
Lua
8 lines
93 B
Lua
local neogit = require("neogit")
|
|
|
|
neogit.setup({
|
|
integrations = {
|
|
diffview = true,
|
|
},
|
|
})
|