mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
feat(loader): warn when maplocalleader is changed after init
This commit is contained in:
parent
aedcd79811
commit
d3d13bc4e0
4 changed files with 13 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue