change leader key

This commit is contained in:
Aki Wu 2024-05-06 17:58:49 +08:00
parent f86f18f27a
commit dc577b564f
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ P.S. You can delete this when you're done too. It's your config now! :)
-- Set <space> as the leader key -- Set <space> as the leader key
-- See `:help mapleader` -- See `:help mapleader`
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used) -- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
vim.g.mapleader = ' ' vim.g.mapleader = ','
vim.g.maplocalleader = ' ' vim.g.maplocalleader = ','
-- Set to true if you have a Nerd Font installed and selected in the terminal -- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = false vim.g.have_nerd_font = false