post_install() { BBLUE='\033[1;34m' GREEN='\033[0;32m' NC='\033[0m' # No Color printf "\n${BBLUE}Execute the following command in nvim to search extensions:\n\n ${GREEN}:CocList marketplace${NC}\n\n" }