dotfiles/vim/.vim/plugin/plugins.vim

9 lines
143 B
VimL

runtime macros/matchit.vim
filetype on
call plug#begin()
Plug 'lervag/vimtex'
Plug 'sheerun/vim-polyglot'
Plug 'fatih/vim-go'
call plug#end()