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
|
@ -67,6 +67,7 @@ require("lazy").setup(plugins, opts)
|
|||
```lua
|
||||
-- Example using a list of specs with the default options
|
||||
vim.g.mapleader = " " -- Make sure to set `mapleader` before lazy so your mappings are correct
|
||||
vim.g.maplocalleader = "_" -- Same for `maplocalleader`
|
||||
|
||||
require("lazy").setup({
|
||||
"folke/which-key.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue