mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
reword warning msg
This commit is contained in:
parent
927a57452c
commit
b46a1e7055
@ -493,6 +493,6 @@ function! s:wilder_init() abort
|
||||
\ 'apply_incsearch_fix': 0,
|
||||
\ }))
|
||||
catch /^Vim\%((\a\+)\)\=:E117/
|
||||
echohl Error |echomsg "Wilder.nvim missing. Run :PackerSync to install all plugins."|echohl None
|
||||
echohl Error |echomsg "Wilder.nvim missing: run :PackerSync to fix."|echohl None
|
||||
endtry
|
||||
endfunction
|
||||
|
||||
@ -330,5 +330,5 @@ require("packer").startup({
|
||||
|
||||
local status, _ = pcall(require, 'packer_compiled')
|
||||
if not status then
|
||||
vim.notify("You should run command PackerCompile")
|
||||
vim.notify("packer_compile.lua not found: run PackerSync to fix!")
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user