Andy Massimino

Results 139 comments of Andy Massimino
trafficstars

@krishnakumarg1984 can you give any specific example where it is slow? A lot has been done since this issue opened and it is highly configuration dependent. I strongly recommend not...

Thanks @krishnakumarg1984, from your response, I can infer the following: 1. The issue is with a non-tree-sitter filetype, specifically `rmd`. Please let me know what plugin enables the rmd filetype....

I constructed a 250K line rmd file and loaded it with nvim, match-up takes less than `1 ms` to load. Even if the file cannot be shared, I think some...

I can't seem to reproduce this. What is your nvim-tree-sitter configuration, if any? Where is your cursor located when you do `da%`?

Hey, is there any filetype for hugo files? Do you use any plugin to support hugo files?

@yyy33 what are you looking to be matched in go?

I have not found a filetype plugin yet that supports hugo. But you can add your own support in your configurations easily. For example, if you want hugo to be...

I have not decided yet if it is necessary to add this. Since all a user would need to do to get this (for any file type) would be to...

Thanks, yeah, that is a good point. I took for granted that match_words and helper functions were documented somewhere but as you mention that is not really true. I will...

What exactly is not working? Do I understand that if you do not set timeoutlen then it works fine?