move diffview into misc plugins
This commit is contained in:
parent
74a4a9527c
commit
1c969df226
2 changed files with 1 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
|||
local Plugin = { "sindrets/diffview.nvim" }
|
||||
Plugin.dependencies = { "nvim-tree/nvim-web-devicons" }
|
||||
|
||||
return Plugin
|
|
@ -1,5 +1,6 @@
|
|||
local Plugins = {
|
||||
{ "stevearc/dressing.nvim", opts = {}, event = "VeryLazy" },
|
||||
{ "sindrets/diffview.nvim", dependencies = { "nvim-tree/nvim-web-devicons" } },
|
||||
{ "nvim-tree/nvim-web-devicons", lazy = true },
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue