2019-07-25 09:51:54 +02:00
|
|
|
runtime macros/matchit.vim
|
|
|
|
filetype on
|
2019-11-25 17:58:42 +01:00
|
|
|
|
|
|
|
call plug#begin()
|
|
|
|
Plug 'lervag/vimtex'
|
2020-02-02 15:42:41 +01:00
|
|
|
Plug 'sheerun/vim-polyglot'
|
2020-02-05 10:05:04 +01:00
|
|
|
Plug 'fatih/vim-go'
|
2019-11-25 17:58:42 +01:00
|
|
|
call plug#end()
|