8 lines
123 B
VimL
8 lines
123 B
VimL
runtime macros/matchit.vim
|
|
filetype on
|
|
|
|
call plug#begin()
|
|
Plug 'lervag/vimtex'
|
|
Plug 'sheerun/vim-polyglot'
|
|
call plug#end()
|