diff options
| author | jdhao <jdhao@hotmail.com> | 2022-11-15 01:02:45 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-11-15 01:04:31 +0800 |
| commit | 7bb12e4b70318b510a775eafd5868f1a3b20cc9c (patch) | |
| tree | 2ca16235fdb0a537698ee74dfbde1f0d1b7566c6 /core/plugins.vim | |
| parent | 41da56b823c8176f85134b03e8e8a50a7f6e6047 (diff) | |
chore: relax vimtex install condition
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index cee072e..5846dba 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -243,7 +243,7 @@ nmap s <Nop> omap s <Nop> """"""""""""""""""""""""""""vimtex settings""""""""""""""""""""""""""""" -if ( g:is_win || g:is_mac ) && executable('latex') +if executable('latex') " Hacks for inverse search to work semi-automatically, " see https://jdhao.github.io/2021/02/20/inverse_search_setup_neovim_vimtex/. function! s:write_server_name() abort |
