feat: added diffview.nvim

This commit is contained in:
2024-06-29 02:28:15 +02:00
parent 06f82c219d
commit 8dead96e07
2 changed files with 9 additions and 4 deletions

View File

@@ -15,4 +15,8 @@ return {
version = false,
config = true,
},
{
"sindrets/diffview.nvim",
config = true,
},
}