1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

chore: relax vimtex install condition

This commit is contained in:
jdhao
2022-11-15 01:02:45 +08:00
parent 41da56b823
commit bb0b0c5e25
3 changed files with 3 additions and 5 deletions

View File

@@ -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