can easily handle large files
return {
"tribhuwan-kumar/matchtags",
init = function()
vim.g.load_matchtags = 1
vim.g.matchtags_filetypes = {
html = 1,
xhtml = 1,
xml = 1,
jinja = 1,
php = 1,
vue = 1,
svelte = 1,
javascriptreact = 1,
typescriptreact = 1,
eruby = 1,
}
end,
}
Plug 'tribhuwan-kumar/matchtags'
let g:load_matchtags = 1
let g:matchtags_filetypes = {
\ 'html' : 1,
\ 'xhtml' : 1,
\ 'xml' : 1,
\ 'jinja' : 1,
\ 'php' : 1,
\ 'vue' : 1,
\ 'svelte' : 1,
\ 'javascriptreact' : 1,
\ 'typescriptreact' : 1,
\ 'eruby': 1,
\ }