summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-10-02 21:45:31 +0530
committerlistout <listout@protonmail.com>2021-10-02 21:45:31 +0530
commit352249c1a49bbc11895c580e3fabe5e522aff6fa (patch)
tree1fabb01f587b998a8da40ec037b96fea5dca2e95 /init.vim
parent2b4b8817260bb4ff7c7e57a5104f654074feb2eb (diff)
formatting
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim10
1 files changed, 5 insertions, 5 deletions
diff --git a/init.vim b/init.vim
index 391d653..27e9d4c 100644
--- a/init.vim
+++ b/init.vim
@@ -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',
\ ],
\}