From ce3aea72be53dbce9aec2953c5cc0a41b0976e98 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 9 May 2024 22:42:20 -0500 Subject: [PATCH] refactor(nvim): remove useless treesitter plugins --- .../dots/.config/nvim/lua/plugins/configs/treesitter.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua b/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua index d8e007c8..c973f9e6 100644 --- a/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua +++ b/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua @@ -105,15 +105,8 @@ return { build = ":TSUpdate", event = { "BufReadPre", "BufNewFile", "WinLeave" }, dependencies = { - "nvim-treesitter/playground", "nvim-treesitter/nvim-treesitter-textobjects", "RRethy/nvim-treesitter-endwise", - { - "andymass/vim-matchup", - init = function() - vim.g.matchup_matchparen_offscreen = { method = nil } - end, - }, }, init = function() vim.api.nvim_create_autocmd("FileReadPre", { @@ -170,7 +163,6 @@ return { end end, }, - matchup = { enable = true }, autotag = { enable = true, },