iamcco / coc-vimlsp

viml language server
212 stars 7 forks source link

High CPU utilization #7

Closed rickywu closed 4 years ago

rickywu commented 5 years ago

image

I tested only install coc-vimlsp, after startup gvim on Windows 10, there are 3 node.exe process and with high CPU utilization, node v10.16.0

vimrc:

: set sw=5 ft=vim

let mapleader = "," set enc=utf-8 set fenc=utf-8 source $VIMRUNTIME/vimrc_example.vim scriptencoding utf-8

call plug#begin("$VIM/bundle") Plug 'neoclide/coc.nvim', {'branch': 'release'} call plug#end()

"Coc let g:coc_extension_root=$VIM."/coc/extensions"

iamcco commented 5 years ago

Is high CPU usage all the time?

rickywu commented 5 years ago

Test about 10 minutes and still with high CPU utilization

iamcco commented 5 years ago

Cannot reproduce

rickywu commented 4 years ago

Cannot reproduced after update system to 18990