summarylogtreecommitdiffstats
path: root/neovim-range-highlight-git.install
blob: 726f0febf46df30a7f3517f2ab06cb81a245d48e (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo ':: This plugin requires manual setup in an init.lua or init.vim.'
	echo ':: Please consult upstream documentation for more details.'
	echo ':: A copy has been installed under /usr/share/doc/neovim-range-highlight-git/README.md for your reference.'
}

post_remove() {
	echo ':: Remember to remove any require statements made in your config that reference this plugin.'
}