plugins/cmp: fix typo in setup options

This commit is contained in:
Gaetan Lepage 2024-02-03 20:18:05 +01:00 committed by Gaétan Lepage
parent 507ff5b142
commit e06aac2bec

View file

@ -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; {