mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
fixed styling issues (#952)
This commit is contained in:
parent
f95e150518
commit
64eeec3880
17 changed files with 339 additions and 337 deletions
|
@ -46,7 +46,7 @@ local disabled_built_ins = {
|
|||
}
|
||||
|
||||
if O.leader_key == " " or O.leader_key == "space" then
|
||||
vim.g.mapleader = ' '
|
||||
vim.g.mapleader = " "
|
||||
else
|
||||
vim.g.mapleader = O.leader_key
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue