This commit is contained in:
2025-04-09 10:07:33 +08:00
parent 314c371cd3
commit 6e54cc48c9

View File

@@ -19,7 +19,7 @@ vim.opt.rtp:prepend(lazypath)
-- loading lazy.nvim so that mappings are correct. -- loading lazy.nvim so that mappings are correct.
-- This is also a good place to setup other settings (vim.opt) -- This is also a good place to setup other settings (vim.opt)
vim.g.mapleader = " " vim.g.mapleader = " "
vim.g.maplocalleader = "\\" vim.g.maplocalleader = " "
-- Setup lazy.nvim -- Setup lazy.nvim