diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-17 00:16:08 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-17 00:16:08 +0300 |
| commit | 3b186ca95e2e18537c38363b1f5296e327f6df07 (patch) | |
| tree | 0b809a2f6c0080f69261c0da733d7a1f7136a4ac /config.json.example | |
| parent | dc383b4faef881f3bb22816f42c53a79236a4152 (diff) | |
lsp/config: include ';' and '?' in default trigger characters
- Default trigger set when unset now [., :, /, _, ;, ?]
- Update README and example config accordingly
Diffstat (limited to 'config.json.example')
| -rw-r--r-- | config.json.example | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
