aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins.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 c4cba2c..63e8d3c 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -381,6 +381,6 @@ if fresh_install then
else
local status, _ = pcall(require, 'packer_compiled')
if not status then
- vim.notify("Error requiring packer_compiled.lua: run PackerSync to fix!")
+ vim.notify("Error requiring packer_compiled.lua: run PackerSync to fix!", vim.log.levels.ERROR, { title = 'nvim-config' })
end
end