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

vim match-up: even better % :facepunch: navigate and highlight matching words :facepunch: modern matchit and matchparen. Supports both vim and neovim + tree-sitter.

Results 92 vim-matchup issues
Sort by recently updated
recently updated
newest added

### Explain the issue in systemverilog file , when you define a macro('ifdef 'else)and appear “if” ,the macro of else can match if and also match the 'ifdef. > if(a)...

bug

Could you add jumping between quotes `' "`, by pressing `%`?

enhancement

the problem happend with ruby code looks like this ``` def foo some_func() if true end ``` it works by default. But after installing Tree-sitter support for ruby ``` :TSInstall...

bug

**Is your feature request related to a problem? Please describe.** HTML tag matching does not work in *.vue files **Describe the solution you'd like** I think HTML tag matching should...

enhancement

I maintain my own syntax file for typescript, that uses `typescript.tsx` as the filetype. I've noticed that JSX tag matching does not work with matchup. Is there an easy way...

enhancement

### Explain the issue The startup time of vim-matchup is 10ms: ``` 117.882 011.245 009.383: sourcing /home/antoine/dotfiles/.vim/plugins/vim-matchup/plugin/matchup.vim ``` 1. What vim version are you using? ```latest nvim 0.5 dev``` 2....

bug

**Environment**: neovim: 0.7 treesitter: latest filetype: vue **Matchup config**: ```viml let g:matchup_transmute_enabled=1 let g:matchup_surround_enabled=1 ``` **Reproduction**: Example code: ```vue ``` When I edit start tagdiv, and back to normal mode,...

bug

### Explain the issue I'm using neovim 0.7 with treesitter enabled, ### Minimal configure ```lua use { 'andymass/vim-matchup', event = 'VimEnter', config = function() vim.g.matchup_matchparen_offscreen = { method = 'popup'...

bug

Would be awesome if match-up supported html templates in hugo (and probably all of golang) with constructs using range/end or with/end and others as per below. Great plugin. Thanks! {{...

enhancement