Get the latest stable version:
sudo apt-get install ninja-build gettext cmake unzip curl build-essential;
git clone --depth 1 --branch stable https://github.com/neovim/neovim.git;
cd neovim;
sudo make CMAKE_BUILD_TYPE=Release install;git clone git@github.com:Neidr4/nvim_config.git ~/.config/;
cd ~/.config; mv nvim_config nvim;Setup other stuff:
sudo apt install fzf ripgrep xclipInstall Packer:
git clone --depth 1 git@github.com:wbthomason/packer.nvim.git ~/.local/share/nvim/site/pack/packer/start/packer.nvimInstall packages from Packer:
nvim $HOME/.config/nvim/lua/neidr4/packer.lua
:source
:PackerSyncThen you can restart and enjoy nvim ;)