DEV Community

Discussion on: Why aren't you on Neovim yet?

Collapse
 
moopet profile image
Ben Sinclair • Edited

Why not? Because I don't understand the configuration, to be honest. I've tried it and it's too much like magic, and the things that are supposed to be great about it fall into precisely three camps:

  1. Stuff that's also in Vim since version 8.blah now.
  2. Stuff that I'll never use.
  3. Stuff that doesn't work.

So it's a learning curve for no benefit. I might try again sometime I have a weekend to play around.

EDIT: I just installed it, aliased it to vim and used your configuration snippet (though my .vimrc is actually ~/.vim/vimrc but that's a niggle).

Collapse
 
samuelfaure profile image
Samuel-Zacharie FAURE

Tell me if you notice performance improvements, cause I definitely did :)

Collapse
 
moopet profile image
Ben Sinclair

I've noticed one thing: when starting or stopping nvim it often hangs completely. I have to repeatedly bash ctrl-c until it comes to life or gives me a terminal back. I'm not sure what's causing that, there are no messages about it, but it's presumably something to do with my collection of plugins.

Thread Thread
 
samuelfaure profile image
Samuel-Zacharie FAURE

Hu that's weird. I didn't have that issue.

Thread Thread
 
moopet profile image
Ben Sinclair

Probably different plugins conflicting. It does indicate that its vim-ness isn't 100%, which is a downside, but it's probably easy to track down and comment out the offending plugin.