Newsletter #7 - Summer of Road
neovim.io
Newsletter #7 - Summer of Road
1–10 of 36 posts
Re: Newsletter #7 - Summer of Road
#2Congratulations and huge thanks to the maintainers, I use neovim every day and love it.
Re: Newsletter #7 - Summer of Road
#3Re: Newsletter #7 - Summer of Road
#4Slow, incremental, consistent, disciplined hard work leads to amazing results. Congratulations and huge thanks to the maintainers, I use neovim every day and love it.
Re: Newsletter #7 - Summer of Road
#5For better or worse they awoke the sleeping giant[1]. Curious to see how things play out with the fork (i.e. will vim users stay put or move on to neovim in the coming months/years). [1] https://github.com/vim/vim/graphs/contributors
Re: Newsletter #7 - Summer of Road
#6Slow, incremental, consistent, disciplined hard work leads to amazing results. Congratulations and huge thanks to the maintainers, I use neovim every day and love it.
I read that article and didn't get a good handle on any features that would motivate a transition from Vim. Any links you could provide?
Also, much more sensible defaults.
Re: Newsletter #7 - Summer of Road
#7Slow, incremental, consistent, disciplined hard work leads to amazing results. Congratulations and huge thanks to the maintainers, I use neovim every day and love it.
I read that article and didn't get a good handle on any features that would motivate a transition from Vim. Any links you could provide?
Doesn't mean there is none, it's just hard to find.
Re: Newsletter #7 - Summer of Road
#8Re: Newsletter #7 - Summer of Road
#9For better or worse they awoke the sleeping giant[1]. Curious to see how things play out with the fork (i.e. will vim users stay put or move on to neovim in the coming months/years). [1] https://github.com/vim/vim/graphs/contributors
Re: Newsletter #7 - Summer of Road
#10Slow, incremental, consistent, disciplined hard work leads to amazing results. Congratulations and huge thanks to the maintainers, I use neovim every day and love it.
I read that article and didn't get a good handle on any features that would motivate a transition from Vim. Any links you could provide?
- 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