summarylogtreecommitdiffstats
path: root/neovim-coc-marketplace-git.install
diff options
context:
space:
mode:
authorSainnhe Park2021-03-27 11:55:02 +0800
committerSainnhe Park2021-03-27 11:55:02 +0800
commit1043d24801a4f17f8be74f86822e8a8653b2e121 (patch)
tree3bb63447609d4be346cb3e30eb1cf69af5edfde9 /neovim-coc-marketplace-git.install
parent6deb0c3340610ad6434eabcc0a69d8d56e89b3e9 (diff)
downloadaur-1043d24801a4f17f8be74f86822e8a8653b2e121.tar.gz
Remove npm makedepends
Diffstat (limited to 'neovim-coc-marketplace-git.install')
-rw-r--r--neovim-coc-marketplace-git.install7
1 files changed, 0 insertions, 7 deletions
diff --git a/neovim-coc-marketplace-git.install b/neovim-coc-marketplace-git.install
deleted file mode 100644
index ff4efebfb676..000000000000
--- a/neovim-coc-marketplace-git.install
+++ /dev/null
@@ -1,7 +0,0 @@
-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"
-}