Andy Massimino

Results 150 comments of Andy Massimino

> It would rather be a user requirement. Basically, “to enable tree-sitter subsystem, enable tree-sitter highlighting on a buffer with vim.treesitter.start”. Could you provide some instructions or a link to...

> I recommend looking at https://github.com/nvim-treesitter/nvim-treesitter-context for an example of a standalone treesitter plugin. Thanks @clason for giving guidance here! Sorry if this is a really basic question, it is...

Good points @clason, let's not over-optimize for where we imagine nvim-treesitter is headed until we need it. On the other hand, I feel @Slotos 's work here is independently very...

Hey @Slotos, any further thoughts on this? Do you have any more ideas how to efficiently handle updates?

Does cmp offer any mechanism to tell when it is "busy?" Like a function or a variable I can inspect

Unfortunately, I can't reproduce the problem with the config given. One thing you can try is `let g:matchup_matchparen_pumvisible = 0`. https://github.com/andymass/vim-matchup/blob/d30b72d20f01478a8486f15a57c89fe3177373db/doc/matchup.txt#L780

cmp does not use vim's pum instead a custom window. I just pushed a commit that considers cmp.visible as recommended by @mikehaertl

I can't seem to reproduce this, bash tree-sitter works fine for me using latest plugin and parser

Just merged this: https://github.com/andymass/vim-matchup/pull/306 Did it fix it?

@riverajohan have you done :TSUpdate?