- Ubuntu 20.04
- fish, version 3.1.2
https://github.com/neovim/neovim/wiki/Building-Neovim#build-prerequisites
sudo apt-get install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip
make
sudo make install
Problem
Cmake error :generator: Ninja
Solustion
rm -f (find -name CMakeCache.txt)
I wrote a script for building neovim, checkout: ubuntu-neovim-install.
You have to download it into a neovim repo frok and run
... deps.install; ... neovim.build