We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed1f853 + 3c25e74 commit 87b1a35Copy full SHA for 87b1a35
lua/harpoon/init.lua
@@ -146,6 +146,7 @@ function Harpoon.setup(self, partial_config)
146
147
---@diagnostic disable-next-line: param-type-mismatch
148
self.config = Config.merge_config(partial_config, self.config)
149
+ self.data = Data.Data:new(self.config)
150
self.ui:configure(self.config.settings)
151
self._extensions:emit(Extensions.event_names.SETUP_CALLED, self.config)
152
0 commit comments