My neovim configuration
to install neovim :
Debian :
sudo apt install neovimArch :
sudo pacman -S neovimOther : https://github.com/neovim/neovim/blob/master/INSTALL.md
to get neovim running with the associated config, run
DIRECTORY=~/.config
if [ ! -d "$DIRECTORY" ]; then
mkdir $DIRECTORY
fi
cd $DIRECTORY
git clone https://github.com/epg1213/nvim.git