fixed styling issues (#952)

This commit is contained in:
Abouzar Parvan 2021-07-15 05:51:16 +04:30 committed by GitHub
parent f95e150518
commit 64eeec3880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 339 additions and 337 deletions

View file

@ -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