nvim: add diffview

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent a06bf670d0
commit 49fab16d82

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)