Hacker News new | ask | show | jobs
by lucaspiller 3139 days ago
I also noticed ALE was very slow with JavaScript so changed it to run on save only.

However Neovim’s plug-in architecture is a big improvement. I’m running Deoplete (which provides intellisense like functionality) on the same machine, and it is basically instant. There are GIFs at the bottom of the repo:

https://github.com/Shougo/deoplete.nvim

1 comments

Hey, thanks for that tip. This is really great. I'd never used neovim and almost switched to vs code but this is working really well!