Open
Description
Hi, I noticed that my CPU usage has gone very hight.
After some digging, I realized that every time I start neovim, a new process calling
python3 -W ignore .../vim-wakatime/scripts/install_cli.py /Users/farzadmf
is started on my Mac and keeps running forever.
Also I see another script running having this command:
-c import sys, importlib.util;\012sys.path = [p for p in sys.path if p != ""] ....
which is also probably coming from Wakatime since it starts when I start Neovim.
Since the scripts are running forever, eating my CPU, I stopped them, but then I see an error/message in Neovim showing [Wakatime] 143:
Is it possible to investigate what's going on causing this issue?
Thank you
Metadata
Metadata
Assignees
Labels
No labels