diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-26 19:47:56 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-08-26 19:47:56 +0800 |
| commit | bc9b0a8cf84fe5648d90412fe9c34a1b405f2e21 (patch) | |
| tree | 741253dc8ffa7953cf466b20b5de4e5f107b69fc /lua/plugins.lua | |
| parent | fb9a0bb2ddb689066e6ba1a827f2b1b27fe672ca (diff) | |
fix parameter for vim.notify
Diffstat (limited to 'lua/plugins.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 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 |
