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
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