plugins/cmp: fix example for cmdline option

This commit is contained in:
Gaetan Lepage 2024-03-08 23:09:55 +01:00 committed by Gaétan Lepage
parent f6e79601ad
commit 07c34e8cfa

View file

@ -64,17 +64,13 @@ with lib; rec {
":" = { ":" = {
mapping.__raw = "cmp.mapping.preset.cmdline()"; mapping.__raw = "cmp.mapping.preset.cmdline()";
sources = [ sources = [
[ {name = "path";}
{name = "path";} {
] name = "cmdline";
[ option = {
{ ignore_cmds = ["Man" "!"];
name = "cmdline"; };
option = { }
ignore_cmds = ["Man" "!"];
};
}
]
]; ];
}; };
}; };