diff --git a/core/plugins.vim b/core/plugins.vim index 99c934e..782fa45 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -767,7 +767,7 @@ omap s "{{ 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