diff options
| author | lonkaars <loek@pipeframe.xyz> | 2023-04-14 19:16:51 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2023-04-14 19:16:51 +0200 |
| commit | 7e63be22be8966b1ec5c08489578f000c22d57bb (patch) | |
| tree | d51bd61c13312d56c54fa443151c142f1a1aea97 | |
| parent | cc604c7b659308e833aed66f897fbcdd35aa1e37 (diff) | |
don't start latex compilation automatically
| -rw-r--r-- | .config/nvim/init.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 4f46e2d..12abc8f 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -320,10 +320,6 @@ let g:vimtex_compiler_latexmk = { \ ], \} -" auto start compilation -augroup vimtex_config - autocmd User VimtexEventInitPost silent VimtexCompile -augroup END " TeX quotes autocmd FileType tex let b:surround_{char2nr("q")} = "`\r'" autocmd FileType tex let b:surround_{char2nr('Q')} = "``\r''" |