mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
fix(loader): move mapleader check to loader, so it can be set by spec files
This commit is contained in:
parent
2e87520826
commit
b4d4e6b41b
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ function M.setup()
|
|||
end
|
||||
Util.track()
|
||||
end
|
||||
Config.mapleader = vim.g.mapleader
|
||||
|
||||
-- report any warnings & errors
|
||||
Config.spec:report()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue