mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
plugins/cmp: fix typo in setup options
This commit is contained in:
parent
507ff5b142
commit
e06aac2bec
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ in
|
||||||
max_view_entries = maxViewEntries;
|
max_view_entries = maxViewEntries;
|
||||||
};
|
};
|
||||||
inherit preselect;
|
inherit preselect;
|
||||||
inherit mapping';
|
mapping = mapping';
|
||||||
snippet = with snippet; {
|
snippet = with snippet; {
|
||||||
inherit expand;
|
inherit expand;
|
||||||
};
|
};
|
||||||
|
@ -114,7 +114,7 @@ in
|
||||||
priority_weight = priorityWeight;
|
priority_weight = priorityWeight;
|
||||||
inherit comparators;
|
inherit comparators;
|
||||||
};
|
};
|
||||||
inherit sources';
|
sources = sources';
|
||||||
view = with view; {
|
view = with view; {
|
||||||
inherit entries;
|
inherit entries;
|
||||||
docs = with docs; {
|
docs = with docs; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue