fix: Correct comment typo in init.lua
This commit is contained in:
parent
5f21eddeb4
commit
95e35d4b59
2
init.lua
2
init.lua
|
|
@ -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 = ' '
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue