Review and cleanup
This commit is contained in:
parent
051399b1bd
commit
34e43ab82e
@ -10,7 +10,7 @@ local current_suggestion = {
|
||||
last_request = 0,
|
||||
cache = {},
|
||||
debounce_ms = 1000, -- Wait 1 second between requests
|
||||
min_chars = 3, -- Minimum characters before triggering completion
|
||||
min_chars = 0, -- Minimum characters before triggering completion
|
||||
max_context_lines = 10, -- Maximum number of context lines to send
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user