add diffview

This commit is contained in:
2025-10-21 20:31:31 +09:00
parent 9bd0c15301
commit 6af119073f
3 changed files with 9 additions and 1 deletions

7
lua/plugins/diffview.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
"sindrets/diffview.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {},
keys = {
},
}