aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua2
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