feat: remove unused plugins

This commit is contained in:
Devin Haska 2024-06-08 16:50:04 -07:00
parent a4a51853e1
commit 0ef76a68af
No known key found for this signature in database
2 changed files with 0 additions and 12 deletions

View file

@ -32,13 +32,6 @@ return {
max_lines = 2, max_lines = 2,
}, },
}, },
{
"windwp/nvim-autopairs",
event = "InsertEnter",
opts = {
disable_filetype = { "TelescopePrompt" },
},
},
{ {
"windwp/nvim-ts-autotag", "windwp/nvim-ts-autotag",
event = "VeryLazy", event = "VeryLazy",

View file

@ -92,11 +92,6 @@ return {
}) })
end, end,
}, },
{
"stevearc/dressing.nvim",
event = "VeryLazy",
opts = {},
},
{ {
"rcarriga/nvim-notify", "rcarriga/nvim-notify",
opts = { opts = {