Files
dotfiles/vim/.vim/plugin/plugins.vim
2019-11-25 17:58:42 +01:00

7 lines
95 B
VimL

runtime macros/matchit.vim
filetype on
call plug#begin()
Plug 'lervag/vimtex'
call plug#end()