summarylogtreecommitdiffstats
path: root/vim-plug.install
diff options
context:
space:
mode:
authoroozyslug2015-07-10 20:35:20 +0530
committeroozyslug2015-07-10 20:35:20 +0530
commit5f76c79c27a680d5bc6ce0e4b05afcbe1a03bec6 (patch)
tree14d2e26a15067d235bd754961a240c3880815354 /vim-plug.install
downloadaur-vim-plug-git.tar.gz
Initial commit
Diffstat (limited to 'vim-plug.install')
-rw-r--r--vim-plug.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/vim-plug.install b/vim-plug.install
new file mode 100644
index 000000000000..9b11b31ab106
--- /dev/null
+++ b/vim-plug.install
@@ -0,0 +1,17 @@
+post_install() {
+ echo "
+ >>> To use vim-plug, please check the file /usr/share/vim-plug/vimrc.sample
+ >>> and update your ~/.vimrc file, accordingly
+ "
+}
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ echo "
+ >>> Please remember to remove plugins from your ~/.vimrc file
+ >>> and from your ~/.vim directory!
+ "
+}
+