Add vscode-diff and remove mini.diff and diffview

This commit is contained in:
Martin Larsson 2025-12-23 09:51:02 +01:00
parent a55ebe08a7
commit cb283448f3
4 changed files with 7 additions and 18 deletions

View file

@ -1,8 +1,5 @@
return {
"olimorris/codecompanion.nvim",
dependencies = {
"echasnovski/mini.diff",
},
opts = {
ignore_warnings = true,
adapters = {

View file

@ -1,17 +1,5 @@
return {
"NeogitOrg/neogit",
dependencies = {
{
"sindrets/diffview.nvim",
opts = {
view = {
merge_tool = {
layout = "diff1_plain",
},
},
},
}
},
event = "VeryLazy",
lazy = true,
opts = {},

View file

@ -0,0 +1,5 @@
return {
"esmuellert/vscode-diff.nvim",
dependencies = { "MunifTanjim/nui.nvim" },
cmd = "CodeDiff",
}