From b279c0cd95bc1246726deecf1199ea3c132ea0c6 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 23 Aug 2022 21:09:49 +0800 Subject: fix some typos --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/plugins.vim b/core/plugins.vim index 7749197..fd4a6a8 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -260,7 +260,7 @@ omap s """"""""""""""""""""""""""""vimtex settings""""""""""""""""""""""""""""" if ( g:is_win || g:is_mac ) && executable('latex') - " Hacks for inverse serach to work semi-automatically, + " 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 let nvim_server_file = (has('win32') ? $TEMP : '/tmp') . '/vimtexserver.txt' -- cgit v1.2.3