vimrc: LaTeX-Box
This commit is contained in:
parent
e7c1de5330
commit
0341c4ab99
6
vimrc
6
vimrc
@ -97,6 +97,8 @@ Plug 'ahf/twelf-syntax'
|
||||
|
||||
Plug 'c-cube/vim-tptp'
|
||||
|
||||
Plug 'LaTeX-Box-Team/LaTeX-Box'
|
||||
|
||||
call plug#end()
|
||||
|
||||
filetype plugin indent on
|
||||
@ -126,6 +128,10 @@ let g:syntastic_tex_checkers=['lacheck']
|
||||
let g:syntastic_scala_checkers=[]
|
||||
call tcomment#DefineType('nix', '# %s')
|
||||
|
||||
let g:LatexBox_latexmk_async = 1
|
||||
let g:LatexBox_latexmk_preview_continuously = 1
|
||||
let g:LatexBox_quickfix = 2
|
||||
|
||||
" better paragraph object for tex files FIXME
|
||||
call textobj#user#plugin('latexparagraph', {
|
||||
\ 'paragraph': {
|
||||
|
Loading…
Reference in New Issue
Block a user