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 8fc4ab7a..7f246c76 100644 --- a/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua +++ b/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua @@ -38,41 +38,9 @@ return { end, }, { - "windwp/nvim-ts-autotag", + "PriceHiller/nvim-ts-autotag", dependencies = { "nvim-treesitter/nvim-treesitter" }, event = { "BufReadPre", "BufNewFile" }, - opts = { - filetypes = { - "astro", - "glimmer", - "handlebars", - "html", - "javascript", - "jsx", - "php", - "rescript", - "svelte", - "tsx", - "typescript", - "vue", - "xml", - }, - }, - ft = { - "astro", - "glimmer", - "handlebars", - "html", - "javascript", - "jsx", - "php", - "rescript", - "svelte", - "tsx", - "typescript", - "vue", - "xml", - }, }, { url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",