mirror of https://github.com/folke/lazy.nvim.git
fix(loader): move mapleader check to loader, so it can be set by spec files
This commit is contained in:
parent
2e87520826
commit
b4d4e6b41b
|
@ -42,6 +42,7 @@ function M.setup()
|
||||||
end
|
end
|
||||||
Util.track()
|
Util.track()
|
||||||
end
|
end
|
||||||
|
Config.mapleader = vim.g.mapleader
|
||||||
|
|
||||||
-- report any warnings & errors
|
-- report any warnings & errors
|
||||||
Config.spec:report()
|
Config.spec:report()
|
||||||
|
|
Loading…
Reference in New Issue