diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 7fa7c7e..0f277eb 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -32,13 +32,6 @@ return { max_lines = 2, }, }, - { - "windwp/nvim-autopairs", - event = "InsertEnter", - opts = { - disable_filetype = { "TelescopePrompt" }, - }, - }, { "windwp/nvim-ts-autotag", event = "VeryLazy", diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index 9203729..a8c4e1f 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -92,11 +92,6 @@ return { }) end, }, - { - "stevearc/dressing.nvim", - event = "VeryLazy", - opts = {}, - }, { "rcarriga/nvim-notify", opts = {