summarylogtreecommitdiffstats
path: root/neovim-coc-marketplace-git.install
diff options
context:
space:
mode:
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"
+}