summarylogtreecommitdiffstats
path: root/neovim-coc-marketplace-git.install
blob: ff4efebfb676ca17392a2af2bb72a31d77d30633 (plain)
1
2
3
4
5
6
7
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"
}