From d89d7759c1da65f7de56d752ccfde6cc85b583e5 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 27 Aug 2023 20:50:28 +0200 Subject: Fix(hm/conf/nvim/plugins/femaco): Actually bind key to function --- hm/soispha/conf/nvim/plugins/femaco/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/nvim/plugins/femaco') diff --git a/hm/soispha/conf/nvim/plugins/femaco/default.nix b/hm/soispha/conf/nvim/plugins/femaco/default.nix index 6d7ec16a..e58fc8fe 100644 --- a/hm/soispha/conf/nvim/plugins/femaco/default.nix +++ b/hm/soispha/conf/nvim/plugins/femaco/default.nix @@ -14,7 +14,7 @@ maps = { normal = { "cc" = { - action = "require('femaco.edit').edit_code_block()"; + action = "require('femaco.edit').edit_code_block"; lua = true; desc = "edit a [c]ode blo[c]k with femaco"; }; -- cgit 1.4.1