File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[submodule "pack/plugins/start/LeaderF "]
22 path = pack/plugins/start/LeaderF
33 url = https://github.com/Yggdroot/LeaderF.git
4- [submodule "pack/plugins/start/vim-latex "]
5- path = pack/plugins/start/vim-latex
6- url = https://github.com/vim-latex/vim-latex.git
74[submodule "pack/plugins/start/ale "]
85 path = pack/plugins/start/ale
96 url = https://github.com/w0rp/ale.git
1916[submodule "pack/plugins/start/vim-markdown "]
2017 path = pack/plugins/start/vim-markdown
2118 url = https://github.com/gabrielelana/vim-markdown.git
19+ [submodule "pack/plugins/start/vimtex "]
20+ path = pack/plugins/start/vimtex
21+ url = https://github.com/lervag/vimtex.git
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -108,4 +108,8 @@ let g:Lf_StlColorscheme = 'powerline'
108108let g: Lf_PreviewResult = {' Function' :0 , ' BufTag' :0 }
109109
110110" Latex
111+ filetype plugin on
112+ filetype indent on
113+ set iskeyword += :
111114let g: tex_flavor= ' latex'
115+ let g: Tex_CompileRule_pdf = ' xelatex -synctex=1 -interaction=nonstopmode $*'
You can’t perform that action at this time.
0 commit comments