We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883fcd8 commit b2fea48Copy full SHA for b2fea48
1 file changed
lua/config/lazy.lua
@@ -17,11 +17,9 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
17
end
18
vim.opt.rtp:prepend(lazypath)
19
20
--- Make sure to setup `mapleader` and `maplocalleader` before
21
--- loading lazy.nvim so that mappings are correct.
22
--- This is also a good place to setup other settings (vim.opt)
23
-vim.g.mapleader = " "
24
-vim.g.maplocalleader = "\\"
+-- Make sure to setup `mapleader` and `maplocalleader` before loading lazy.nvim
+-- so that mappings are correct. As of 2025-09-27, this is taken care at
+-- `init.vim`.
25
26
-- Setup lazy.nvim
27
require("lazy").setup({
0 commit comments