mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
Typo fix at blink-cmp
This commit is contained in:
parent
d4dada282a
commit
500b56f023
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
max_height = defaultNullOpts.mkUnsignedInt 10 ''
|
max_height = defaultNullOpts.mkUnsignedInt 10 ''
|
||||||
Maximum width of the completion menu.
|
Maximum height of the completion menu.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
border = defaultNullOpts.mkNullable types.anything "none" ''
|
border = defaultNullOpts.mkNullable types.anything "none" ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue