dotfiles/vimrc

8 lines
86 B
VimL
Raw Normal View History

2017-10-24 15:28:32 -04:00
call plug#begin('~/.vim/plugged')
Plug 'lervag/vimtex'
call plug#end()
set mouse=a