carlitux / deoplete-ternjs

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

Start tern service in vim plugin. #82

Closed daliusd closed 5 years ago

daliusd commented 5 years ago

Currently tern is started in deoplete plugin. This fix starts and stops tern service directly from vim plugin and deoplete plugin only expects that tern server will be running.

WARNING: not tested with nvim WARNING: I might be not aware of specific scenarios

daliusd commented 5 years ago

This is alternative fix to #66 but it must be tested with nvim at least. As well I at not sure if there are no use cases that I might have missed.