summarylogtreecommitdiffstats
path: root/zenbones.install
blob: 836a121bd55b3a9b89069c64e27cabeaee80df8c (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo ':: If you choose not to install neovim-lush, you must set g:zenbones_compat to 1'
}

post_upgrade() {
	echo ':: There may be breaking changes with this update.'
	echo ':: Please check upstream documentation for more information.'
}