X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=.vimrc;h=43c2132473b9df2847fe2b54f35213f17c1296f0;hp=aeea621f004b447865a62f1a79312364c54ad39e;hb=16ff07cf2c1fd43077b930bcdc926ae86abd935c;hpb=a798b1f596aa7c037f32f45371525331a3e773b2 diff --git a/.vimrc b/.vimrc index aeea621..43c2132 100644 --- a/.vimrc +++ b/.vimrc @@ -14,7 +14,7 @@ set smartcase set encoding=utf-8 set tabstop=4 set shiftwidth=4 -" set expandtab +set expandtab set nrformats+=alpha "inc/dec alpha set hidden @@ -153,8 +153,11 @@ let g:vimtex_quickfix_mode=0 let g:tex_conceal='abdmgs' let g:vimtex_compiler_latexmk = { - \'build_dir': '/home/pinosaur/.cache/latexaux/' + \'build_dir': '/home/pinosaur/.cache/latexaux/', \} + " \'options': [ + " \ '-shell-escape', + " \], " Ctrlp " let g:ctrlp_cmd='CtrlPTag'