nvim: add diffview

This commit is contained in:
mequidis
2023-01-20 22:27:45 +02:00
parent 467344c674
commit 53bba16f7d

View File

@ -138,8 +138,12 @@ require("lazy").setup({
}, },
}, },
-- fugitive --
-- git
--
"tpope/vim-fugitive", "tpope/vim-fugitive",
"sindrets/diffview.nvim",
-- --
-- files (and more) -- files (and more)