discord.nvim icon indicating copy to clipboard operation
discord.nvim copied to clipboard

Python3 process starts consuming 20% cpu after creating a split in neovim

Open bool3max opened this issue 6 years ago • 1 comments

Using neovim 0.3.3, latest version of the plugin installed using vim-plug, latest stable python3 on arch (kernel 4.20.0).

The plugin's python3 process starts consuming around 20% cpu power after switching to another file in neovim (:sp or :vsp can cause this). Below is a htop screenshot showing the plugin's process utilizing 20% cpu:

screenshot

It stops after neovim itself is terminated.

bool3max avatar Jan 11 '19 23:01 bool3max

Likely a python3-neovim bug, I've seen it happen with other plugins. Will take a look regardless.

aurieh avatar Feb 14 '19 19:02 aurieh