From 6255b448aa2e4884dad1073aaac2ffdaa57dc390 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Fri, 23 Feb 2024 13:15:57 +0800 Subject: [PATCH] fixup! add leap.nvim --- lua/plugins/leap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }