My vim configuration, with plugins. Nothing fancy, loaded here for sake of portability.
Run in terminal:
echo alias vi='vim' >> ~/.bashrc; \
cp -R colors ~/.vim/; \
cp .vimrc ~; \
python3 -m pip install --user neovim pynvim; \
vim -es -u ~/.vimrc -i NONE -c "PlugInstall" -c "qa"