fix nix syntax change in update
This commit is contained in:
parent
5dae59a42b
commit
beea26ee85
4 changed files with 35 additions and 35 deletions
|
|
@ -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";
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue