Hacker News new | ask | show | jobs
by keithpeter 4224 days ago
"Right now you can clone Neovim, compile it, and it will run almost all Vim plugins without issue."

Easy compile? (I'm at work and no git clone/compiling here!) Might try later on tonight.

1 comments

Pretty easy (`make install`). You need Cmake with ssl and a not-too-old gcc (>4.3). This should be the case on a modern system.

I recently compiled it on CentOS 5 and had to build my own cmake.

https://github.com/neovim/neovim/wiki/Installing

https://github.com/neovim/neovim/wiki/Building-Neovim

Yup, just used the Ubuntu instructions on Trisquel.