move diffview into misc plugins

This commit is contained in:
Adithya 2024-06-10 01:40:16 +05:30
parent 74a4a9527c
commit 1c969df226
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
2 changed files with 1 additions and 4 deletions

View file

@ -1,4 +0,0 @@
local Plugin = { "sindrets/diffview.nvim" }
Plugin.dependencies = { "nvim-tree/nvim-web-devicons" }
return Plugin

View file

@ -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 },
}