Initial commit

This commit is contained in:
oozyslug
2015-07-10 21:55:33 +05:30
commit 63434fa698
5 changed files with 101 additions and 0 deletions
+17
View File
@@ -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!
"
}