Vim plugin preparation in update script.

This commit is contained in:
Bartek Stalewski 2021-08-30 00:15:21 +02:00
parent cdac28e694
commit ff1d2d9fdb

View File

@ -29,4 +29,5 @@ function ud() {
git pull git pull
git submodule update -f git submodule update -f
vim -c "PlugUpdate" -c "q" -c "q" vim -c "PlugUpdate" -c "q" -c "q"
cd $XDG_DATA_HOME/vim-plugins/vim-hexokinase && make hexokinase
} }