vagrant: Correct name of vim package

The non-X11-linked version of vim recently changed name from vim-lite to
vim-console, which was preventing bootstrap.
pull/5839/head
James Nugent 8 years ago
parent addedbb680
commit c132bd867e

@ -17,7 +17,7 @@ EOT
pkg update
pkg install -y \
editors/vim-lite \
editors/vim-console \
devel/git \
devel/gmake \
lang/go \

Loading…
Cancel
Save