From dc383b4faef881f3bb22816f42c53a79236a4152 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 17 Aug 2025 00:06:00 +0300 Subject: lsp/config: make completion trigger characters configurable - Add trigger_characters to JSON config and ServerOptions - Store on server and advertise in initialize - Update README and example config - Preserve previous defaults when unset --- 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 4dda9d0..a964947 100644 --- a/config.json.example +++ b/config.json.example @@ -5,6 +5,7 @@ "max_context_tokens": 4000, "log_preview_limit": 100, "no_disk_io": true, + "trigger_characters": [".", ":", "/", "_", ";"], "provider": "openai", @@ -14,4 +15,3 @@ "ollama_model": "qwen2.5-coder:latest", "ollama_base_url": "http://localhost:11434" } - -- cgit v1.2.3