summarylogtreecommitdiffstats
path: root/vim-coc.install
diff options
context:
space:
mode:
Diffstat (limited to 'vim-coc.install')
-rw-r--r--vim-coc.install7
1 files changed, 0 insertions, 7 deletions
diff --git a/vim-coc.install b/vim-coc.install
deleted file mode 100644
index 53697417db75..000000000000
--- a/vim-coc.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- BLUE='\033[0;34m'
- BGREEN='\033[1;32m'
- NC='\033[0m' # No Color
-
- printf "\n${BLUE}Install the ${BGREEN}vim-coc-extras-meta-git${BLUE} meta-package to get some important extensions.${NC}\n\n"
-}