diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-23 21:09:49 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-08-23 21:12:04 +0800 |
| commit | b279c0cd95bc1246726deecf1199ea3c132ea0c6 (patch) | |
| tree | 34c5c9d261bfbfc590effae4c89a671cf705ffa2 /core | |
| parent | 96129335ad5dcb39ee68fcebfd15dfb01923fc14 (diff) | |
fix some typos
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 <Nop> """"""""""""""""""""""""""""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' |
