Skip to content

Commit

Permalink
fix(loader): move mapleader check to loader, so it can be set by spec…
Browse files Browse the repository at this point in the history
… files
  • Loading branch information
folke committed Jan 4, 2023
1 parent 2e87520 commit b4d4e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/core/loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function M.setup()
end
Util.track()
end
Config.mapleader = vim.g.mapleader

-- report any warnings & errors
Config.spec:report()
Expand Down

0 comments on commit b4d4e6b

Please sign in to comment.