feat: Add diffview.nvim

This commit is contained in:
punkfairie 2025-03-01 13:43:15 -08:00
parent 534cdc3370
commit 5af51c43b0
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 7 additions and 0 deletions

View file

@ -188,6 +188,7 @@
# Custom
rose-pine
diffview-nvim
];
};

6
lua/plugins/diffview.lua Normal file
View file

@ -0,0 +1,6 @@
return {
{
'sindrets/diffview.nvim',
config = true,
},
}