Skip to content

Commit

Permalink
Merge pull request #112 from Cassin01/Fixes#105
Browse files Browse the repository at this point in the history
Fixes#105
  • Loading branch information
Cassin01 authored Jan 22, 2024
2 parents 50a2b84 + 41e6df8 commit fe5d942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/wf/builtin/which_key.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ end

local function leader()
local ml = vim.g["mapleader"]
if ml then
if ml ~= nil then
if ml == " " then
return "<Space>"
else
Expand Down

0 comments on commit fe5d942

Please sign in to comment.