aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-11-21 15:45:34 +0800
committerjdhao <jdhao@hotmail.com>2021-11-21 15:45:34 +0800
commit927a57452c3a9c1d7c8632cae1a580f2df9cc908 (patch)
treec054067a2e4b63170ed8ba00aa7ac69a2db608eb /core/plugins.vim
parentaf17364730f73f30442c33921b2e55f9a3147f24 (diff)
update packer-related instructions
Diffstat (limited to 'core/plugins.vim')
-rw-r--r--core/plugins.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim
index dc2e6c7..9fbea39 100644
--- a/core/plugins.vim
+++ b/core/plugins.vim
@@ -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