summarylogtreecommitdiffstats
path: root/lsp_signature.install
blob: 2382d6c2775e709dc2bbfaf81e1122121644e99f (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo ':: This plugin requires manual setup in an init.lua or init.vim.'
	echo ':: Please consult upstream documentation for more details.'
}

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