chore:add_diffview

This commit is contained in:
dichgrem
2025-10-21 10:59:44 +08:00
parent a6d8827eff
commit a32a68a24b
4 changed files with 36 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
return {
"sindrets/diffview.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
cmd = { "DiffviewOpen", "DiffviewClose", "DiffviewFileHistory" },
config = function()
require("diffview").setup()
end,
}