diff --git a/script/bootstrap.sh b/script/bootstrap.sh index f0b57e8..d7f872f 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -117,7 +117,17 @@ install_dotfiles () { install_vim_plugins () { info "installing vim plugins" - local PLUGINS=("thoughtbot/pick.vim" "tomtom/tlib_vim" "mxw/vim-jsx" "wting/rust.vim" "marcweber/vim-addon-mw-utils" "scrooloose/syntastic" "mustache/vim-mustache-handlebars" "pangloss/vim-javascript") + local PLUGINS=( + "thoughtbot/pick.vim" + "tomtom/tlib_vim" + "mxw/vim-jsx" + "wting/rust.vim" + "marcweber/vim-addon-mw-utils" + "scrooloose/syntastic" + "mustache/vim-mustache-handlebars" + "pangloss/vim-javascript" + "lervag/vimtex" + ) local BASE_DIR="$DOTFILES_ROOT/vim/vim.symlink/bundle" local GIT_HOST="git@github.com"