Add diffview

Use instead of fugitive for easy staging
This commit is contained in:
2023-09-20 00:51:49 +02:00
parent 71c6cee017
commit 665c298cd8
4 changed files with 97 additions and 4 deletions
+7
View File
@@ -226,6 +226,13 @@ local plugins = {
{
"farmergreg/vim-lastplace",
},
{
"sindrets/diffview.nvim",
config = function () require("plugins.config.diffview") end,
dependencies = {
"nvim-tree/nvim-web-devicons",
},
},
}
local opts = {}