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

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