remove diffview

This commit is contained in:
Adithya 2024-06-11 21:51:20 +05:30
parent 5e6a4d36bf
commit 53b784bad4
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
3 changed files with 0 additions and 5 deletions

View file

@ -16,9 +16,6 @@ require("options")
opts = {
spec = nil,
local_spec = true,
diff = {
cmd = "diffview.nvim",
},
}
require("lazy").setup("plugins", opts)

View file

@ -1,7 +1,6 @@
{
"bufferline.nvim": { "branch": "main", "commit": "99337f63f0a3c3ab9519f3d1da7618ca4f91cffe" },
"dashboard-nvim": { "branch": "master", "commit": "5346d023afc4bfc7ff63d05c70bcdb0784bb657a" },
"diffview.nvim": { "branch": "main", "commit": "3afa6a053f680e9f1329c4a151db988a482306cd" },
"dracula.nvim": { "branch": "main", "commit": "8d8bddb8814c3e7e62d80dda65a9876f97eb699c" },
"dressing.nvim": { "branch": "master", "commit": "e3714c8049b2243e792492c4149e4cc395c68eb9" },
"gitsigns.nvim": { "branch": "main", "commit": "4a143f13e122ab91abdc88f89eefbe70a4858a56" },

View file

@ -1,7 +1,6 @@
local Plugins = {
{ "stevearc/dressing.nvim", event = "VeryLazy", opts = {} },
{ "folke/persistence.nvim", event = "BufReadPre", opts = {} },
{ "sindrets/diffview.nvim", dependencies = { "nvim-tree/nvim-web-devicons" } },
{ "nvim-tree/nvim-web-devicons", lazy = true },
}