Add vscode-diff and remove mini.diff and diffview
This commit is contained in:
parent
a55ebe08a7
commit
cb283448f3
4 changed files with 7 additions and 18 deletions
|
|
@ -1,8 +1,5 @@
|
|||
return {
|
||||
"olimorris/codecompanion.nvim",
|
||||
dependencies = {
|
||||
"echasnovski/mini.diff",
|
||||
},
|
||||
opts = {
|
||||
ignore_warnings = true,
|
||||
adapters = {
|
||||
|
|
|
|||
|
|
@ -1,17 +1,5 @@
|
|||
return {
|
||||
"NeogitOrg/neogit",
|
||||
dependencies = {
|
||||
{
|
||||
"sindrets/diffview.nvim",
|
||||
opts = {
|
||||
view = {
|
||||
merge_tool = {
|
||||
layout = "diff1_plain",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
event = "VeryLazy",
|
||||
lazy = true,
|
||||
opts = {},
|
||||
|
|
|
|||
5
nvim/lua/plugs/vscode-diff.lua
Normal file
5
nvim/lua/plugs/vscode-diff.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"esmuellert/vscode-diff.nvim",
|
||||
dependencies = { "MunifTanjim/nui.nvim" },
|
||||
cmd = "CodeDiff",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue