Hacker News new | ask | show | jobs
by z1mm32m4n 3879 days ago
I've been using NeoVim for a while now and have been all in all pretty impressed.

One thing I haven't been able to get to work though has been asynchronous plugins. It'd be great if I could get syntastic running in the background. Are there any good articles to read about getting this up and running?

1 comments

The idea is that the plugins themselves implement asynchronous functionality. Neomake is a new plugin that checks syntax just like syntastic, but does so asynchronously. Another popular async plugin is vim-plug.

https://github.com/benekastah/neomake

https://github.com/junegunn/vim-plug