From 3b186ca95e2e18537c38363b1f5296e327f6df07 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 17 Aug 2025 00:16:08 +0300 Subject: lsp/config: include ';' and '?' in default trigger characters - Default trigger set when unset now [., :, /, _, ;, ?] - Update README and example config accordingly --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.json.example') diff --git a/config.json.example b/config.json.example index a964947..ca97076 100644 --- a/config.json.example +++ b/config.json.example @@ -5,7 +5,7 @@ "max_context_tokens": 4000, "log_preview_limit": 100, "no_disk_io": true, - "trigger_characters": [".", ":", "/", "_", ";"], + "trigger_characters": [".", ":", "/", "_", ";", "?"], "provider": "openai", -- cgit v1.2.3