about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hm/soispha/conf/nvim/plugins/femaco/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = {
         "<leader>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";
         };