vim: Add Vtc as alias for VimtexCompile
This commit is contained in:
parent
b0979c5cc0
commit
68f2f64ab6
|
@ -29,6 +29,7 @@ let g:tex_flavor='latex'
|
||||||
let g:vimtex_view_method='zathura'
|
let g:vimtex_view_method='zathura'
|
||||||
set conceallevel=1
|
set conceallevel=1
|
||||||
let g:tex_conceal='abdmg'
|
let g:tex_conceal='abdmg'
|
||||||
|
command Vtc VimtexCompile
|
||||||
|
|
||||||
" Color schemes
|
" Color schemes
|
||||||
Plug 'altercation/vim-colors-solarized'
|
Plug 'altercation/vim-colors-solarized'
|
||||||
|
|
Reference in a new issue