mirror of
https://github.com/Dichgrem/dotfiles.git
synced 2025-12-16 13:02:00 -05:00
feat:add_diffview
This commit is contained in:
8
nvim/lua/plugins/diffview.lua
Normal file
8
nvim/lua/plugins/diffview.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"sindrets/diffview.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
cmd = { "DiffviewOpen", "DiffviewClose", "DiffviewFileHistory" },
|
||||
config = function()
|
||||
require("diffview").setup()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user