summarylogtreecommitdiffstats
path: root/tabout.install
blob: 899a54353c46ced2253ff7f44baa13b6a07b5dd9 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo ':: You must manually set up this plugin in your init.lua/init.vim.'
	echo ':: Check upstream documentation for more information.'
	echo ':: A copy is installed under /usr/share/doc/neovim-tabout-git/README.md for your reference.'
}

post_remove() {
	echo ':: Remember to remove all references to this plugin in your setup scripts after uninstalling!'
}