summarylogtreecommitdiffstats
path: root/lsp-status.install
blob: 65cab6c91cc0135657bb95bb75c2a06a2324186c (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-lsp-status-git/README.md for your reference.'
}

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