1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Use vimtex instead of LaTeX-Box

This commit is contained in:
Valentin Brandl 2017-04-12 16:19:29 +02:00
parent 00ba6dc994
commit e493471d41
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 3 additions and 4 deletions

View File

@ -46,10 +46,9 @@ if !empty($TMUX)
Plug 'jtdowney/vimux-cargo', { 'for': 'rust' } " run cargo in tmux using vimux
endif
" LaTeX
Plug 'lervag/vimtex', { 'for': ['tex', 'plaintex'] }
Plug 'sheerun/vim-polyglot' " syntax support for many languages
Plug 'lervag/vimtex'
call plug#end()
" vim: set filetype=vim ts=4 sw=4 tw=120 noet :

View File

@ -376,6 +376,6 @@ map <Leader>vs :VimuxInterruptRunner<CR>
" vim-notes
let g:notes_directories = ['~/Dokumente/Notes']
let g:LatexBox_split_type="new" " open TOC in horizontal split
let g:polyglot_disabled = ['latex'] " disable latex in polyglot to use vimtex
" vim: set filetype=vim ts=8 sw=2 tw=120 noet :