Add latex package for vim.
This commit is contained in:
parent
8c73c93ed4
commit
7a35dd68a9
1 changed files with 11 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue