mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +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;
|
||||
};
|
||||
inherit preselect;
|
||||
inherit mapping';
|
||||
mapping = mapping';
|
||||
snippet = with snippet; {
|
||||
inherit expand;
|
||||
};
|
||||
|
@ -114,7 +114,7 @@ in
|
|||
priority_weight = priorityWeight;
|
||||
inherit comparators;
|
||||
};
|
||||
inherit sources';
|
||||
sources = sources';
|
||||
view = with view; {
|
||||
inherit entries;
|
||||
docs = with docs; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue