aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 30d3254..a406509 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -328,4 +328,7 @@ require("packer").startup({
},
})
-require('packer_compiled')
+local status, _ = pcall(require, 'packer_compiled')
+if not status then
+ vim.notify("You should run command PackerCompile")
+end