summarylogtreecommitdiffstats
path: root/vim-plug.install
diff options
context:
space:
mode:
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!
+ "
+}
+