summarylogtreecommitdiffstats
path: root/sidebar.install
blob: e6b402fba4a0431d72d4eef64b6f8a49f3f59a8e (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo ':: This plugin requires manual setup.'
	echo ':: Consult upstream documentation for more information.'
	echo ':: A copy has been installed under /usr/share/doc/neovim-sidebar-dev-git/README.md for your reference.'
}

post_remove() {
	echo ':: Remember to remove all references to this plugin from your init scripts.'
}