Skip to content

Commit

Permalink
yazi: fix deprecation warning with smart-paste plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
llakala committed Dec 10, 2024
1 parent b729fc0 commit d7d7bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core/yazi/keybinds.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in
{
desc = "Paste into a directory if we're hovering over it";
on = lib.singleton "p";
run = "plugin --sync smart-paste";
run = "plugin smart-paste";
}

{
Expand Down
1 change: 1 addition & 0 deletions apps/core/yazi/plugins/smart-paste.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--- @sync entry
return
{
entry = function()
Expand Down

0 comments on commit d7d7bed

Please sign in to comment.