LiveFilter uses classic, tidy opts

This commit is contained in:
Alexander Courtis
2024-11-08 11:51:31 +11:00
parent 5ef0616ff1
commit 2c172cf037
2 changed files with 16 additions and 16 deletions

View File

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