dotfiles/.config/nvim/lua/plugins/diffview.lua

7 lines
69 B
Lua
Raw Normal View History

return {
{
"sindrets/diffview.nvim",
config = true,
},
}