carlitux / deoplete-ternjs

deoplete.nvim source for javascript
MIT License
277 stars 24 forks source link

Very very slow. #12

Closed nhooyr closed 8 years ago

nhooyr commented 8 years ago

Using this source slows down deoplete massively for me. No idea why, moment I remove it, deoplete is blazing fast. Even if I'm not in a javascript file.

carlitux commented 8 years ago

What is your tern project file?

On Tue, Mar 22, 2016, 2:09 AM Anmol Sethi notifications@github.com wrote:

Using this source slows down deoplete massively for me. No idea why, moment I remove it, deoplete is blazing fast.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/carlitux/deoplete-ternjs/issues/12

nhooyr commented 8 years ago

@carlitux none, I'm not even in a tern project. I'm programming in go but this plugin slows down deoplete a ton.

carlitux commented 8 years ago

That is weird, tern source shouldn't be started unless a javascript file is being edited.

On Tue, Mar 22, 2016, 11:00 AM Anmol Sethi notifications@github.com wrote:

@carlitux https://github.com/carlitux none, I'm not even in a tern project. I'm programming in go but this plugin slows down deoplete a ton.

— You are receiving this because you were mentioned.

Reply to this email directly or view it on GitHub https://github.com/carlitux/deoplete-ternjs/issues/12#issuecomment-199854627

carlitux commented 8 years ago

Please update and looks now avoid to do anything if not js file is editing.

nhooyr commented 8 years ago

LGTM