update install message nvim-yarp

This commit is contained in:
2018-12-24 05:47:56 -08:00
parent ff91880735
commit 7c5b940956
2 changed files with 11 additions and 1 deletions

View File

@ -7,10 +7,20 @@ update_vim_help() {
post_install() {
update_vim_help
#echo "==> ------------------------------------------------------------------------------------------------------------------------------"
#echo
#echo "==> dependancy python-neovim is apparently going to be renamed pynvim
#echo
#echo "==> ------------------------------------------------------------------------------------------------------------------------------"
}
post_upgrade() {
update_vim_help "$1"
#echo "==> ------------------------------------------------------------------------------------------------------------------------------"
#echo
#echo "==> dependancy python-neovim is apparently going to be renamed pynvim
#echo
#echo "==> ------------------------------------------------------------------------------------------------------------------------------"
}
post_remove() {