remove diffview
This commit is contained in:
parent
5e6a4d36bf
commit
53b784bad4
3 changed files with 0 additions and 5 deletions
3
init.lua
3
init.lua
|
@ -16,9 +16,6 @@ require("options")
|
||||||
opts = {
|
opts = {
|
||||||
spec = nil,
|
spec = nil,
|
||||||
local_spec = true,
|
local_spec = true,
|
||||||
diff = {
|
|
||||||
cmd = "diffview.nvim",
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
require("lazy").setup("plugins", opts)
|
require("lazy").setup("plugins", opts)
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"bufferline.nvim": { "branch": "main", "commit": "99337f63f0a3c3ab9519f3d1da7618ca4f91cffe" },
|
"bufferline.nvim": { "branch": "main", "commit": "99337f63f0a3c3ab9519f3d1da7618ca4f91cffe" },
|
||||||
"dashboard-nvim": { "branch": "master", "commit": "5346d023afc4bfc7ff63d05c70bcdb0784bb657a" },
|
"dashboard-nvim": { "branch": "master", "commit": "5346d023afc4bfc7ff63d05c70bcdb0784bb657a" },
|
||||||
"diffview.nvim": { "branch": "main", "commit": "3afa6a053f680e9f1329c4a151db988a482306cd" },
|
|
||||||
"dracula.nvim": { "branch": "main", "commit": "8d8bddb8814c3e7e62d80dda65a9876f97eb699c" },
|
"dracula.nvim": { "branch": "main", "commit": "8d8bddb8814c3e7e62d80dda65a9876f97eb699c" },
|
||||||
"dressing.nvim": { "branch": "master", "commit": "e3714c8049b2243e792492c4149e4cc395c68eb9" },
|
"dressing.nvim": { "branch": "master", "commit": "e3714c8049b2243e792492c4149e4cc395c68eb9" },
|
||||||
"gitsigns.nvim": { "branch": "main", "commit": "4a143f13e122ab91abdc88f89eefbe70a4858a56" },
|
"gitsigns.nvim": { "branch": "main", "commit": "4a143f13e122ab91abdc88f89eefbe70a4858a56" },
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
local Plugins = {
|
local Plugins = {
|
||||||
{ "stevearc/dressing.nvim", event = "VeryLazy", opts = {} },
|
{ "stevearc/dressing.nvim", event = "VeryLazy", opts = {} },
|
||||||
{ "folke/persistence.nvim", event = "BufReadPre", opts = {} },
|
{ "folke/persistence.nvim", event = "BufReadPre", opts = {} },
|
||||||
{ "sindrets/diffview.nvim", dependencies = { "nvim-tree/nvim-web-devicons" } },
|
|
||||||
{ "nvim-tree/nvim-web-devicons", lazy = true },
|
{ "nvim-tree/nvim-web-devicons", lazy = true },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue