diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 11:35:32 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 11:35:32 +0200 |
| commit | 753f248eb30350eb9ba6ca108e466be8e54a51c8 (patch) | |
| tree | 373abf23474eb6276432686a76d5154639363948 /lua/clever_f/capabilities.lua | |
| parent | 0809f1eb0c73648cae15806cf8a43ad35f445f7c (diff) | |
Apply missing default label fallback
Diffstat (limited to 'lua/clever_f/capabilities.lua')
| -rw-r--r-- | lua/clever_f/capabilities.lua | 6 |
1 files changed, 5 insertions, 1 deletions
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", |
