Skip to content

Commit 3c25e74

Browse files
committed
allow data to use partial config key fn
1 parent ed1f853 commit 3c25e74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/harpoon/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ function Harpoon.setup(self, partial_config)
146146

147147
---@diagnostic disable-next-line: param-type-mismatch
148148
self.config = Config.merge_config(partial_config, self.config)
149+
self.data = Data.Data:new(self.config)
149150
self.ui:configure(self.config.settings)
150151
self._extensions:emit(Extensions.event_names.SETUP_CALLED, self.config)
151152

0 commit comments

Comments
 (0)