refactor(nvim): use own fork of nvim-ts-autotag
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m17s

This commit is contained in:
Price Hiller 2024-05-13 22:05:03 -05:00
parent 7776463c30
commit ff0e6d6553
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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