mirror of
https://github.com/Ascyii/projects.yazi.git
synced 2026-01-01 03:24:24 -05:00
fix: add @ to event name in yazi method
This commit is contained in:
@@ -90,7 +90,7 @@ The following are the default configurations:
|
||||
require("projects"):setup({
|
||||
save = {
|
||||
method = "yazi", -- yazi | lua
|
||||
yazi_load_event = "projects-load", -- event name when loading projects in `yazi` method
|
||||
yazi_load_event = "@projects-load", -- event name when loading projects in `yazi` method
|
||||
lua_save_path = "", -- path of saved file in `lua` method, comment out or assign explicitly
|
||||
-- default value:
|
||||
-- windows: "%APPDATA%/yazi/state/projects.json"
|
||||
|
||||
Reference in New Issue
Block a user