cmp-treesitter icon indicating copy to clipboard operation
cmp-treesitter copied to clipboard

Strange error causing massive performance degradation

Open ghost opened this issue 2 years ago • 2 comments

stack traceback:
        ...rapped-bad218c/share/nvim/runtime/lua/vim/treesitter.lua:28: in function '__index'                                            
        ...s/start/cmp-treesitter/lua/cmp_treesitter/treesitter.lua:43: in function <...s/start/cmp-treesitter/lua/cmp_treesitter/treesitter.lua:31
>

This appears briefly upon typing in insert mode and typing... I'm not sure how to get more context for what's happening here.

ghost avatar Mar 28 '23 16:03 ghost

Do you have an init.lua so I can reproduce the issue you saw? Also what is the language/treesitter parser you are using? And what is the neovim version?

ray-x avatar Mar 29 '23 04:03 ray-x

Hey folks, I've encountered this problem where I'm testing all my plugins. However, when I enable the cmd-treesitter, the CPU usage skyrockets to 100%

my config: https://github.com/eHattori/dotenv/blob/main/nvim/lua/settings/completion.lua

eHattori avatar Sep 08 '23 22:09 eHattori