vim: Add Vtc as alias for VimtexCompile

This commit is contained in:
Simon Bruder 2020-05-13 17:01:58 +02:00
parent b0979c5cc0
commit 68f2f64ab6
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -29,6 +29,7 @@ let g:tex_flavor='latex'
let g:vimtex_view_method='zathura'
set conceallevel=1
let g:tex_conceal='abdmg'
command Vtc VimtexCompile
" Color schemes
Plug 'altercation/vim-colors-solarized'