Skip to content

Commit

Permalink
fixup! feat: support bulk renaming files in nightly yazi (opt-in)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Jul 7, 2024
1 parent 301dca6 commit d341966
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lua/yazi/yazi_process.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ function YaziProcess:start(config, path, on_exit)
end,
})

if config.use_ya_for_events_reading == true then
self.event_reader = YaProcess:new(config)
else
self.event_reader = LegacyEventReadingFromEventFile:new(config)
end
self.event_reader:start()

return self
Expand Down

0 comments on commit d341966

Please sign in to comment.