diff options
author | listout <listout@protonmail.com> | 2021-10-02 21:45:31 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-10-02 21:45:31 +0530 |
commit | 352249c1a49bbc11895c580e3fabe5e522aff6fa (patch) | |
tree | 1fabb01f587b998a8da40ec037b96fea5dca2e95 /init.vim | |
parent | 2b4b8817260bb4ff7c7e57a5104f654074feb2eb (diff) |
formatting
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -33,11 +33,11 @@ let g:markdown_minlines = 100 let g:tex_flavor='latex' let g:vimtex_compiler_latexmk = { \ 'options' : [ - \ '-shell-escape', - \ '-verbose', - \ '-file-line-error', - \ '-synctex=1', - \ '-interaction=nonstopmode', + \ '-shell-escape', + \ '-verbose', + \ '-file-line-error', + \ '-synctex=1', + \ '-interaction=nonstopmode', \ ], \} |