Karen Grigoryan
Karen Grigoryan
+1
 my lazyvim starter config: https://github.com/kapral18/config.nvim/blob/a75e0eb57f5748823d9143e3f4ce0b8c2c1b7222/lua/plugins/coding.lua
I noticed that it happens with copilot as well for example when completion menu open and before hitting the completion item you move your cursor in any direction.
thanks for the cues I will try those out
ok I basically switch off both syntax and treesitter, and I still have the same lags. I was previously using bat before switching to default because of some other issue...
a tiny offtop @ibhagwan how can I enable highlight of current preview line for bat ```lua bat = { cmd = "bat", args = "--style=numbers,changes --color never --highlight-line={?}", }, ```
indeed setting everything bat solved the problem. Thanks
For those that still have this issue even after applying the fix, check if you have yaml-companion, it overwrites the lspconfig. Fix is to additionally pass capabilities into it explicitly:...
installing/upgrading `wheel` package before installing `playsound` solved the problem for me
@tjdevries and for reference https://github.com/kapral18/dotfiles/blob/3b2e742c50c36c4d6d4e284af8bb9b8b90c2b3cd/home/dot_config/exact_nvim/exact_lua/exact_plugins/ai.lua#L105