mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
Vim-fork focused on extensibility and usability
config | ||
scripts | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
Makefile | ||
README.md |
Dependencies
For Ubuntu 12.04:
sudo apt-get install build-essential cmake libncurses5-dev
TODO: release the Dockerfile which has this in it
TODO: Arch instructions
TODO: OSX instructions
Building
To generate the Makefile
s:
make cmake
To build and run the tests:
make test