Open ghost opened 1 year ago
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?
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
This appears briefly upon typing in insert mode and typing... I'm not sure how to get more context for what's happening here.