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