Filter uses classic, tidy opts

This commit is contained in:
Alexander Courtis
2024-11-08 12:00:44 +11:00
parent 2c172cf037
commit 67cc06e651
4 changed files with 32 additions and 31 deletions

View File

@@ -59,7 +59,7 @@ function Explorer:new(args)
self.sorters = Sorter(config)
self.renderer = Renderer({ explorer = self })
self.filters = Filters:new(config, self)
self.filters = Filters({ explorer = self })
self.live_filter = LiveFilter({ explorer = self })
self.marks = Marks:new(config, self)
self.clipboard = Clipboard:new(config, self)