fix(loader): move mapleader check to loader, so it can be set by spec files

This commit is contained in:
Folke Lemaitre 2023-01-04 09:07:30 +01:00
parent 2e87520826
commit b4d4e6b41b
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ function M.setup()
end
Util.track()
end
Config.mapleader = vim.g.mapleader
-- report any warnings & errors
Config.spec:report()