From 6e54cc48c90885b30088646d4b853e8343ac7c33 Mon Sep 17 00:00:00 2001 From: gwbeip Date: Wed, 9 Apr 2025 10:07:33 +0800 Subject: [PATCH] bug fix --- lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 55fa4f2..d8013b3 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -19,7 +19,7 @@ vim.opt.rtp:prepend(lazypath) -- loading lazy.nvim so that mappings are correct. -- This is also a good place to setup other settings (vim.opt) vim.g.mapleader = " " -vim.g.maplocalleader = "\\" +vim.g.maplocalleader = " " -- Setup lazy.nvim