1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
This commit is contained in:
jdhao 2021-02-21 14:24:29 +08:00
parent 7085965e05
commit f4c2817f3e

View File

@ -767,7 +767,7 @@ omap s <Nop>
"{{ LaTeX editting
""""""""""""""""""""""""""""vimtex settings"""""""""""""""""""""""""""""
if ( g:is_win || g:is_mac ) && executable('latex')
function! SetServerName()
function! SetServerName() abort
if has('win32')
let nvim_server_file = $TEMP . '/curnvimserver.txt'
else