summaryrefslogtreecommitdiff
path: root/lua/settings.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-14 23:15:17 -0400
committerchristianchiarulli <[email protected]>2021-07-14 23:15:17 -0400
commit7252ba7a312bbf39cd83843a5eaca9bd35605427 (patch)
tree2fdaa30726cd1c5522efd52efec2d0864e25f039 /lua/settings.lua
parentf58782563ea933f31e8886f511ec2b5824def19b (diff)
parent1411478e46a397b6649c44c82b67c9f48c53738a (diff)
Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling
Diffstat (limited to 'lua/settings.lua')
-rw-r--r--lua/settings.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/settings.lua b/lua/settings.lua
index e4ee9e24..937275fe 100644
--- a/lua/settings.lua
+++ b/lua/settings.lua
@@ -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