From d1ba6bdac0924a5592e25e8bf80c595c1c05ce4c Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 14:18:01 +0200 Subject: Install sampled eager hooks --- lua/clever_f/composition_root.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua') diff --git a/lua/clever_f/composition_root.lua b/lua/clever_f/composition_root.lua index 527fec6..ecd1047 100644 --- a/lua/clever_f/composition_root.lua +++ b/lua/clever_f/composition_root.lua @@ -83,6 +83,7 @@ end function CompositionRoot:activate() local record = root_records[self] if record.activation == nil then + local feedback_activation = record.feedback:activate() local highlights = record.feedback:evaluate_highlights() local colorscheme_registration = record.host:register_events( "ColorScheme", @@ -93,6 +94,7 @@ function CompositionRoot:activate() ) record.activation = { state = record.state, + feedback = feedback_activation, highlights = highlights, colorscheme_registration = colorscheme_registration, } -- cgit v1.2.3