quangnguyen30192 / cmp-nvim-ultisnips

nvim-cmp source for ultisnips
Apache License 2.0
145 stars 19 forks source link

Fix(treesitter): improve performance by using TextChanged autocommands instead of CursorMovedI #64

Closed smjonas closed 2 years ago

smjonas commented 2 years ago

When the cursor moved the cmp window will not be shown anyway so we don't need to update the current treesitter filetype.

quangnguyen30192 commented 2 years ago

LGTM