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

update packer-related instructions

This commit is contained in:
jdhao
2021-11-21 15:45:34 +08:00
parent af17364730
commit 927a57452c
4 changed files with 10 additions and 6 deletions

View File

@@ -493,6 +493,6 @@ function! s:wilder_init() abort
\ 'apply_incsearch_fix': 0,
\ }))
catch /^Vim\%((\a\+)\)\=:E117/
echohl Error |echomsg "Wilder.nvim missing. Run :PackerInstall to install all plugins."|echohl None
echohl Error |echomsg "Wilder.nvim missing. Run :PackerSync to install all plugins."|echohl None
endtry
endfunction