Commit 5b3d1fab authored by Murukesh Mohanan's avatar Murukesh Mohanan

shift to vimtex

parent 7368e990
...@@ -48,3 +48,6 @@ ...@@ -48,3 +48,6 @@
[submodule "bundle/AnsiEsc.vim"] [submodule "bundle/AnsiEsc.vim"]
path = bundle/AnsiEsc.vim path = bundle/AnsiEsc.vim
url = https://github.com/vim-scripts/AnsiEsc.vim url = https://github.com/vim-scripts/AnsiEsc.vim
[submodule "bundle/vimtex"]
path = bundle/vimtex
url = https://github.com/lervag/vimtex
vimtex @ 31072179
Subproject commit 31072179c0a1a10af8c5a710f7516c89853e36a4
if has("gui_running") if has("gui_running")
if has("gui_gtk2") if has("gui_gtk2")
set guifont=Ubuntu\ Mono\ 11 set guifont=Ubuntu\ Mono\ 11
set guioptions-=r
endif endif
endif endif
let g:airline_powerline_fonts = 1 let g:airline_powerline_fonts = 1
set textwidth=75 set textwidth=80
...@@ -106,10 +106,14 @@ set foldlevelstart=99 ...@@ -106,10 +106,14 @@ set foldlevelstart=99
let g:syntastic_cpp_compiler_options = ' -std=c++11' let g:syntastic_cpp_compiler_options = ' -std=c++11'
let g:syntastic_python_python_exec = '/usr/bin/python3' let g:syntastic_python_python_exec = '/usr/bin/python3'
let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#enabled = 1
let g:LatexBox_latexmk_options = ' -xelatex ' "let g:LatexBox_latexmk_options = ' -xelatex '
let g:LatexBox_latexmk_async = 1 "let g:LatexBox_latexmk_async = 1
let g:LatexBox_latexmk_preview_continuously = 1 "let g:LatexBox_latexmk_preview_continuously = 1
let g:LatexBox_quickfix = 4 "let g:LatexBox_quickfix = 4
let g:vimtex_view_general_viewer = 'qpdfview'
let g:vimtex_view_general_options = '--unique @pdf\#src:@tex:@line:@col'
let g:vimtex_view_general_options_latexmk = '--unique'
let g:vimtex_latexmk_options='-xelatex -synctex=1'
let g:airline#extensions#tabline#enabled= 0 let g:airline#extensions#tabline#enabled= 0
let g:ctrlp_prompt_mappings = { let g:ctrlp_prompt_mappings = {
\ 'AcceptSelection("e")': ['<c-t>'], \ 'AcceptSelection("e")': ['<c-t>'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment