Installing this vim setup:
$ git clone https://gitlab.com/job008/nvim.git ~/.vim/Install Neovim using the installation guide
Then setup the init to listen to the regular vim configurations in '$HOME/config/nvim/init.vim'
$ mkdir -p $HOME/.config/nvim && \
echo -e "set runtimepath^=\$HOME/.vim runtimepath+=\$HOME/.vim/after\nlet &packpath = &runtimepath\nsource \$HOME/.vim/vimrc" > $HOME/.config/nvim/init.vim