fix: Correct comment typo in init.lua

This commit is contained in:
Robert Gant 2024-12-28 22:53:15 -06:00
parent 5f21eddeb4
commit 95e35d4b59
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
-- Set <space> as the leader key -- Set <space> as the leader key
-- See `:help mapleader` -- See `:help mapleader`fdfdfd
-- 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 = ' '