summarylogtreecommitdiffstats
path: root/vim-coc-git.install
blob: c62e9ec93610f66e2464e13ca94ae91b3e3148eb (plain)
1
2
3
4
5
6
7
post_install() {
    BLUE='\033[0;34m'
    BGREEN='\033[1;32m'
    NC='\033[0m' # No Color

    printf "\n${BLUE}Install the ${BGREEN}vim-coc-extras-git${BLUE} package group to get some important extensions.${NC}\n\n"
}