mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
plugins/cmp: fix example for cmdline option
This commit is contained in:
parent
f6e79601ad
commit
07c34e8cfa
1 changed files with 7 additions and 11 deletions
|
@ -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";
|
name = "cmdline";
|
||||||
option = {
|
option = {
|
||||||
ignore_cmds = ["Man" "!"];
|
ignore_cmds = ["Man" "!"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
]
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue