summarylogtreecommitdiffstats
path: root/vim-plug.install
blob: 9b11b31ab106e824fd2d253be845688ca7ee2d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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!
  "
}