From 753f248eb30350eb9ba6ca108e466be8e54a51c8 Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 11:35:32 +0200 Subject: Apply missing default label fallback --- lua/clever_f/capabilities.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lua/clever_f/capabilities.lua') diff --git a/lua/clever_f/capabilities.lua b/lua/clever_f/capabilities.lua index 194de0b..3e770bd 100644 --- a/lua/clever_f/capabilities.lua +++ b/lua/clever_f/capabilities.lua @@ -22,7 +22,11 @@ M.effect_methods = { prompt = { "show_prompt" }, redraw = { "redraw" }, diagnostics = { "emit_diagnostic" }, - highlights = { "create_highlight", "remove_highlight" }, + highlights = { + "define_highlight_group", + "create_highlight", + "remove_highlight", + }, cursor_presentation = { "suppress_cursor_presentation", "restore_cursor_presentation", -- cgit v1.2.3