Andy Massimino

Results 139 comments of Andy Massimino
trafficstars

match-up is already using lazy loading, one problem is that it really does need to be loaded at buffer load since highlighting is a core feature. If you start it...

Yeah, I can work with the whole startuptime file, if you are able to share that. Ideally it would show the 300 ms is coming from to help me debug....

> problem doesn't exist with nvim --version 0.9 Might explain why it works on my side BTW as another sanity check, what happens when you don't lazy load and instead...

Can you share the C++ file in question, or at least one having the issue? I agree optimizing find_unmatched using more TS features is needed at this point. Adjusting timeouts...

Another thing that we can try is if this suggestion changes the performance: https://github.com/andymass/vim-matchup/issues/302#issue-1788729100 If so, then it may be isolated to that specific functionality.

Interestingly I can't seem to reproduce this. From line 3381 [% goes to line 3147 due to the `

So there is `:help g:matchup_matchparen_hi_surround_always` but it's not equivalent to what you're asking for. The logic for this is actually quite simple and has been the same since the time...

Put enable_quotes in the tree sitter config under matchup and make sure you have the latest HEAD On Mon, May 29, 2023, 1:19 PM Zeioth ***@***.***> wrote: > Where are...

Maybe you need a TSInstall or TSUpdate On Mon, May 29, 2023, 2:01 PM Zeioth ***@***.***> wrote: > I seem to be in HEAD > [image: screenshot_2023-05-29_19-58-59_910193273] > > >...

Can you please share the whole config? I can't imagine what's wrong as it all seems good. On Mon, May 29, 2023, 4:02 PM Zeioth ***@***.***> wrote: > Still not...