Hacker News new | ask | show | jobs
by brotherjerky 3488 days ago
For me, I like:

- Neomake ( https://github.com/neomake/neomake ) which I use for async linting. I know this is now working in Vim 8, but I've been using Neovim for a while and this was exclusive for a while.

- Vim-test ( https://github.com/janko-m/vim-test ) uses `:term` for running your tests from within vim -- this is most useful because I have a shortcut to test from current editing file, etc. I know this is also possible in vim now.

- Mapping Meta keys in terminal -- opens up a bunch more shortcuts that weren't available before

- `inccommand` This I believe is only in neovim, and likely not enough for anyone to switch for

Cons: - Not in distros, gotta install manually via their PPA

2 comments

Thanks for the link to Neomake - Neovim is still a first class citizen for it, and it was a pain to get it working on Vim (and several bugs for Vim have been filed, debugged and fixed in this process).
Thanks for making Neomake!
Regarding distros: Arch has it.. ;)