kickstart.nvim/lua/custom/plugins/diffview.lua

4 lines
79 B
Lua

return {
'sindrets/diffview.nvim',
dependencies = {'nvim-lua/plenary.nvim'}
}