From 0ef76a68af38c1af05bf52543da7bc6e23584812 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Sat, 8 Jun 2024 16:50:04 -0700 Subject: [PATCH] feat: remove unused plugins --- lua/plugins/treesitter.lua | 7 ------- lua/plugins/ui.lua | 5 ----- 2 files changed, 12 deletions(-) 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 = {