Live data from Hacker News

NeoVim 0.2.0 released

github.com

11–20 of 141 posts

Re: NeoVim 0.2.0 released

#11
post #6
post #4

I'm currently using vim and I'm quite happy with it. I don't use many plugins, so better support for plugins is not very helpful to me. Are there other reasons why I should switch to Neovim?

For your use case, probably not many reasons. Maybe the built in terminal?

What good of a built in terminal? Thanks

Re: NeoVim 0.2.0 released

#13
post #2

My God, it's full of stars :) > Windows support: > Windows is no longer "experimental", it is fully supported. > Windows package includes a GUI, curl.exe and other utilities.

Wasn't "dev moving away from macOS" a hot topic on HN lately?

Re: NeoVim 0.2.0 released

#14
post #13
post #2

My God, it's full of stars :) > Windows support: > Windows is no longer "experimental", it is fully supported. > Windows package includes a GUI, curl.exe and other utilities.

Wasn't "dev moving away from macOS" a hot topic on HN lately?

It was, but I'm on Windows, so no "moving away from MacOS" for me, anyway :)

Re: NeoVim 0.2.0 released

#15
post #3

> This release features a macOS pre-built package. Yay, no more compiling to upgrade! > Windows is no longer "experimental", it is fully supported. > Windows package includes a GUI, curl.exe and other utilities. Awesome. Well thought-out. > 1215084 backtick-expansion works with shell=fish #6224 Solves one of my main problems.

Should be an app/dmg though. The libs shipped with it can interfere with my setup.

Re: NeoVim 0.2.0 released

#16
post #6

Earlier quoted context omitted.

For your use case, probably not many reasons. Maybe the built in terminal?

What good of a built in terminal? Thanks

I'm not sure I understood your question. This is the terminal: https://neovim.io/doc/user/nvim_terminal_emulator.html

If you're asking what good is a built in terminal, well, there's plenty of scenarios. One I'm facing right now is using GVim on Windows. Have you ever seen what happens when you type !dir in GVim, right now? It's really ugly.

Re: NeoVim 0.2.0 released

#17
post #8

Major version can make someone think nvim is still unstable. My experience is the opposite. I have being using it for 2-4 years (can't remember exactly) and got the same 0 problems I run into Vim. Earlier versions required you to recompile NeoVim to enable new features for plugins. Yesterday I installed NeoVim in my new laptop and it was a smooth experience: Installed it using Ubuntu package manager, installed Vim-Pl…

Agreed. I've been using it for about 2 years without issue. I've also recently (within last 3 weeks) installed it on a fresh OS X install (on two, actually) and the experience was without incident and hassle free.

The only thing that I had issues with was plugins using the remote api from node because I kept forgetting to install node_host (which was mentioned in the README and I just overlooked). Once I remembered to install that (and node locally), everything just worked.

Re: NeoVim 0.2.0 released

#18
post #4

I'm currently using vim and I'm quite happy with it. I don't use many plugins, so better support for plugins is not very helpful to me. Are there other reasons why I should switch to Neovim?

Not much, which is really its selling point. Its really "just vim".

There is the more "open" and "community-focused" development model, and better code organization, if you care about those.

Re: NeoVim 0.2.0 released

#19
post #4

I'm currently using vim and I'm quite happy with it. I don't use many plugins, so better support for plugins is not very helpful to me. Are there other reasons why I should switch to Neovim?

Do any of the plugins that you do use slow the editor down? Eg some completion plugins that parse code may not be the fastest. Neovim makes this asynchronous so it no longer blocks you're editing while its working away in the background. The built in terminal is nice too (I use it to give me a "real" REPL for Clojure development)

Re: NeoVim 0.2.0 released

#20
post #4

I'm currently using vim and I'm quite happy with it. I don't use many plugins, so better support for plugins is not very helpful to me. Are there other reasons why I should switch to Neovim?

> Are there other reasons why I should switch to Neovim?

I've switched back and forward between neovim and vim since last year. Most people won't notice a difference right now. I think around version 1.0 we'll start seeing people do some more compelling stuff with neovim.

Post reply on HN