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:
parent
00ba6dc994
commit
e493471d41
@ -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 :
|
||||
|
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user