6 ms·
My understanding is that Neovim will make it much easier for plugins to execute tasks in parallel and in the background. I'd use that for running ctags on save
by iamartnez 12y ago
My understanding is that Neovim will make it much easier for plugins to execute tasks in parallel and in the background.
I'd use that for running ctags on save without blocking the editor, for example.
- lorenzfx 12y agolike this new Floobits plugin [0] [0] https://news.ycombinator.com/item?id=8559146 https://news.ycombinator.com/item?id=8559146
- riffraff 12y agoThe reason I'm following neovim is that I'm hoping for a future where linting doesn't freeze my editor on save. Sadly, I do like my gui, so I'll have to wait a bit more