feat: remove unused plugins
This commit is contained in:
parent
a4a51853e1
commit
0ef76a68af
2 changed files with 0 additions and 12 deletions
|
@ -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",
|
||||||
|
|
|
@ -92,11 +92,6 @@ return {
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"stevearc/dressing.nvim",
|
|
||||||
event = "VeryLazy",
|
|
||||||
opts = {},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"rcarriga/nvim-notify",
|
"rcarriga/nvim-notify",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue