mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 19:22:00 -05:00
9 lines
207 B
Lua
9 lines
207 B
Lua
return {
|
|
"sindrets/diffview.nvim",
|
|
dependencies = { "nvim-lua/plenary.nvim" },
|
|
cmd = { "DiffviewOpen", "DiffviewClose", "DiffviewFileHistory" },
|
|
config = function()
|
|
require("diffview").setup()
|
|
end,
|
|
}
|