From 59d83f8ecf982c7b1d3cd5455fd066a880cdb622 Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 14:20:18 +0200 Subject: Check mapping suppression sentinel --- 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 fa38fa1..051520c 100644 --- a/lua/clever_f/composition_root.lua +++ b/lua/clever_f/composition_root.lua @@ -127,6 +127,7 @@ end function CompositionRoot:activate() local record = root_records[self] if record.activation == nil then + local setup = record.policy:capture_activation() local feedback_activation = record.feedback:activate() local highlights = record.feedback:evaluate_highlights() local colorscheme_registration = record.host:register_events( @@ -138,6 +139,7 @@ function CompositionRoot:activate() ) record.activation = { state = record.state, + setup = setup, feedback = feedback_activation, highlights = highlights, colorscheme_registration = colorscheme_registration, -- cgit v1.2.3