diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 11:39:56 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 11:39:56 +0200 |
| commit | 07cb5088325b7272f8718bfaee9e85515ae6a81e (patch) | |
| tree | 50b535e7c5531c068a94d54d6cfe548aedf90fd9 /lua/clever_f/capabilities.lua | |
| parent | cd832008fd96082ac36e32dbde26aefb7147b4c9 (diff) | |
Gate command-line cursor suppression
Diffstat (limited to 'lua/clever_f/capabilities.lua')
| -rw-r--r-- | lua/clever_f/capabilities.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/clever_f/capabilities.lua b/lua/clever_f/capabilities.lua index 3e770bd..7478fb2 100644 --- a/lua/clever_f/capabilities.lua +++ b/lua/clever_f/capabilities.lua @@ -28,6 +28,7 @@ M.effect_methods = { "remove_highlight", }, cursor_presentation = { + "supports_cursor_presentation", "suppress_cursor_presentation", "restore_cursor_presentation", }, |
