refactor(nvim): remove useless treesitter plugins

This commit is contained in:
Price Hiller 2024-05-09 22:42:20 -05:00
parent 73ee308ac8
commit ce3aea72be
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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,
},