blob: 661532471386c25fed433c6d78f0a3c44e6cd7c3 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo ':: Please consult upstream documentation for information on how to set up this plugin.'
echo ':: A copy has been installed for your reference under /usr/share/doc/neovim-hop-git/README.md'
}
post_remove() {
echo ":: Don't forget to remove all references to this plugin from your init scripts."
}
|