diff --git a/lua/plugins/leap.lua b/lua/plugins/leap.lua index e03457e..327cbe4 100644 --- a/lua/plugins/leap.lua +++ b/lua/plugins/leap.lua @@ -5,6 +5,6 @@ return { }, opts = {}, init = function() - require('leap').create_default_mappings() + require("leap").create_default_mappings() end, }