diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-21 15:57:41 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-21 15:57:41 +0800 |
| commit | b46a1e705513e4998598e7b9f0713e456924a8e0 (patch) | |
| tree | 31b846f4151e209c9534f48cc933fb487db1ad8f /lua | |
| parent | 927a57452c3a9c1d7c8632cae1a580f2df9cc908 (diff) | |
reword warning msg
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index a406509..3ce3424 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 |
