diff options
Diffstat (limited to 'modules/home/conf/nvim/plgs/femaco')
-rw-r--r-- | modules/home/conf/nvim/plgs/femaco/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/home/conf/nvim/plgs/femaco/default.nix b/modules/home/conf/nvim/plgs/femaco/default.nix index 0b4f7937..6c4a7d89 100644 --- a/modules/home/conf/nvim/plgs/femaco/default.nix +++ b/modules/home/conf/nvim/plgs/femaco/default.nix @@ -15,8 +15,7 @@ { key = "<leader>cc"; mode = "n"; - action = "require('femaco.edit').edit_code_block"; - lua = true; + action.__raw = "require('femaco.edit').edit_code_block"; options.desc = "edit a [c]ode blo[c]k with femaco"; } ]; |