mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
chore:add_diffview
This commit is contained in:
8
home/nvim/lua/plugins/diffview.lua
Normal file
8
home/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