xxxxxxxxxx
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
# You can run it now with ./nvim.appimage
# To use it with nvim command globally:
./nvim.appimage --appimage-extract
./squashfs-root/AppRun --version
sudo mv squashfs-root /
sudo ln -s /squashfs-root/AppRun /usr/bin/nvim
nvim
xxxxxxxxxx
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
sudo apt-get install neovim
xxxxxxxxxx
$ sudo wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add -
$ sudo echo 'deb https://debian.neo4j.org/repo stable/' | sudo tee -a /etc/apt/sources.list.d/neo4j.list
$ sudo apt-get update
xxxxxxxxxx
sudo apt-get install libtool autoconf automake cmake libncurses5-dev g++