We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2200284 commit 28f1511Copy full SHA for 28f1511
lua/lazy/manage/reloader.lua
@@ -65,7 +65,9 @@ function M.check(start)
65
end
66
67
if Loader.init_done and Config.mapleader ~= vim.g.mapleader then
68
- require("lazy.core.util").warn("You need to set `vim.g.mapleader` **BEFORE** loading lazy")
+ vim.schedule(function()
69
+ require("lazy.core.util").warn("You need to set `vim.g.mapleader` **BEFORE** loading lazy")
70
+ end)
71
Config.mapleader = vim.g.mapleader
72
73
0 commit comments