summarylogtreecommitdiffstats
path: root/neovim-plug.install
blob: bbfc29867a8eb2fed507f2c2cebee0d6c43da418 (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/doc/neovim-plug/init.vim.sample
    >>> and update your init.vim file, accordingly
  "
}
post_upgrade() {
  post_install $1
}

post_remove() {
  echo "
    >>> Please remember to remove plugins from your init.vim file
    >>> and from your plugin directory!
  "
}