plugins: simplify vimtex configuration
- Simplifies the vimtex configuration by removing tectonic options in order to avoid keeping build files. Co-Authored-by: iGor milhit <igor@milhit.ch>main
parent
6fe4acbaf8
commit
3ec0e78450
7
init.vim
7
init.vim
|
@ -225,12 +225,7 @@ let g:isort_command='isort'
|
||||||
" #########################################
|
" #########################################
|
||||||
" Vimtex configuration
|
" Vimtex configuration
|
||||||
let g:vimtex_compiler_method = 'tectonic'
|
let g:vimtex_compiler_method = 'tectonic'
|
||||||
let g:vimtex_compiler_tectonic = {
|
let g:vimtex_compiler_tectonic = {}
|
||||||
\ 'options' : [
|
|
||||||
\ '--keep-logs',
|
|
||||||
\ '-synctex',
|
|
||||||
\ ],
|
|
||||||
\}
|
|
||||||
|
|
||||||
" #########################################
|
" #########################################
|
||||||
" #########################################
|
" #########################################
|
||||||
|
|
Loading…
Reference in New Issue