Hacker News new | ask | show | jobs
by rmadriz 1635 days ago
Well in theory everything that works in vim will work in neovim (there's a few exceptions[^1]). So you really don't loose anything by installing neovim and using your same .vimrc for it.

You can start experimenting with Lua and the new plugins whenever you're able to.

[1]: https://github.com/neovim/neovim/issues/1716

1 comments

Thanks for all the replies, didn't know it was meant to be a drop-in replacement, will give it a try :)