vim-matchtag icon indicating copy to clipboard operation
vim-matchtag copied to clipboard

Highlight matching tags in any files such as html, xml, js, jsx, vue, svelte.

Results 6 vim-matchtag issues
Sort by recently updated
recently updated
newest added

This doesn't seem to work in astro files. I have in my Neovim config ```lua vim.g.vim_matchtag_files = "*.astro,*.html,*.xml,*.js,*.jsx,*.vue,*.svelte,*.jsp,*.tsx" ``` All the other file types in that string work with matchtag...

Hi, have trouble making this work for *.tsx

Example: ```xml src/main/resources ```

I don't really know if it's lazyvim's specific issue or this plugin's but when I install it it doesn't work. This is my `matchit.lua` file: ```lua return { -- Add...

when there is a self closing tag, it doesn't highlight the correct matching tag as you can see the correct match tag is red arrow, but its highlighting the white...