feat: add configuration option dropdown_limit to limit completion dropdown size
This commit is contained in:
parent
35563822ba
commit
d2081e8d68
3 changed files with 17 additions and 6 deletions
|
|
@ -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 = "",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue