summarylogtreecommitdiffstats
path: root/onedark.install
blob: 0e6a30814d55750ca1e33e67a4d2f5eab488ee18 (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-onedark-git/README.md for your reference.'
}

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