From bb0b0c5e2524b00d61428305d55ed8c154ba3306 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 15 Nov 2022 01:02:45 +0800 Subject: chore: relax vimtex install condition --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/plugins.vim') 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 omap s """"""""""""""""""""""""""""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 -- cgit v1.2.3