fix nix syntax change in update

This commit is contained in:
megit 2024-08-07 16:41:03 +08:00
parent 5dae59a42b
commit beea26ee85
4 changed files with 35 additions and 35 deletions

View file

@ -1,3 +1,4 @@
{ helpers, ...}:
{
plugins.leap = {
enable = true;
@ -11,8 +12,7 @@
"o"
];
key = "<leader>ss";
action = "function() require('leap').leap {} end";
lua = true;
action = helpers.mkRaw "function() require('leap').leap {} end";
# action = "require('leap').leap";
}
{