summarylogtreecommitdiffstats
path: root/neovim-coc-marketplace-git.install
diff options
context:
space:
mode:
authorSainnhepark2020-07-28 18:02:44 +0800
committerSainnhepark2020-07-28 18:02:44 +0800
commit8085c88542becdac0e9cd35c56248b838d0815b7 (patch)
tree6b89ff88255c0315da68fb4415bf3ba87e373fe7 /neovim-coc-marketplace-git.install
parent0d8d31eae47e4ddfbaf8c5b37ec50dac49d2e210 (diff)
downloadaur-8085c88542becdac0e9cd35c56248b838d0815b7.tar.gz
add post_install() hook
Diffstat (limited to 'neovim-coc-marketplace-git.install')
-rw-r--r--neovim-coc-marketplace-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/neovim-coc-marketplace-git.install b/neovim-coc-marketplace-git.install
new file mode 100644
index 000000000000..ff4efebfb676
--- /dev/null
+++ b/neovim-coc-marketplace-git.install
@@ -0,0 +1,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"
+}