#!/usr/bin/env bash if ! command -v nvim &> /dev/null; then echo "ERROR: nvim not found" exit fi cat <