call plug#begin('~/.vim/plug') Plug 'scrooloose/nerdtree' let g:NERDTreeWinSize = 30 Plug 'lervag/vimtex' let g:tex_flavor = 'latex' call plug#end()