refactor(nvim): use own fork of nvim-ts-autotag
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m17s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m17s
This commit is contained in:
parent
7776463c30
commit
ff0e6d6553
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user