diff options
| author | jdhao <jdhao@hotmail.com> | 2022-05-02 09:48:06 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-05-02 09:48:43 +0800 |
| commit | 6784a87e2696c24c7295ff48cc0ff049774e30a8 (patch) | |
| tree | cf702e3efed9330645b7ae524cef67c18172b03d /core | |
| parent | 99637c86f91d855420e053c6da40aafc22958167 (diff) | |
update vimtex conf, close #50
Fix deprecated options
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 909dd4a..910c4ab 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -292,7 +292,6 @@ if ( g:is_win || g:is_mac ) && executable('latex') " Viewer settings for different platforms if g:is_win let g:vimtex_view_general_viewer = 'SumatraPDF' - let g:vimtex_view_general_options_latexmk = '-reuse-instance' let g:vimtex_view_general_options = '-reuse-instance -forward-search @tex @line @pdf' endif |
