feat(loader): warn when maplocalleader is changed after init

This commit is contained in:
TheSast 2024-02-13 23:34:52 +00:00
commit d3d13bc4e0
No known key found for this signature in database
4 changed files with 13 additions and 0 deletions

View file

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