feat: add configuration option dropdown_limit to limit completion dropdown size

This commit is contained in:
CJ van den Berg 2026-02-05 22:25:45 +01:00
parent 35563822ba
commit d2081e8d68
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 17 additions and 6 deletions

View file

@ -86,6 +86,7 @@ lsp_output: enum { quiet, verbose } = .quiet,
keybind_mode: KeybindMode = .normal,
dropdown_keybinds: DropdownKeybindMode = .standard,
dropdown_limit: usize = 12,
include_files: []const u8 = "",