Add latex package for vim.

This commit is contained in:
Max Bucknell 2015-05-03 23:23:22 +01:00
parent 8c73c93ed4
commit 7a35dd68a9

View file

@ -117,7 +117,17 @@ install_dotfiles () {
install_vim_plugins () { install_vim_plugins () {
info "installing 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 BASE_DIR="$DOTFILES_ROOT/vim/vim.symlink/bundle"
local GIT_HOST="git@github.com" local GIT_HOST="git@github.com"