blob: 30cbb8bd4ca03b12563092b84404b679630d2b38 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo ':: This plugin requires manual setup.'
echo ':: Please consult upstream documentation for more information.'
echo ':: A copy has been installed under /usr/share/doc/neovim-lightbulb-git/README.md for your reference.'
}
post_remove() {
echo ":: Don't forget to remove all references to this plugin in your init scripts!"
}
|