Marks uses classic, tidy opts

This commit is contained in:
Alexander Courtis
2024-11-08 13:50:45 +11:00
parent db90f59532
commit ef7184118c
2 changed files with 17 additions and 22 deletions

View File

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