mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-16 07:27:47 +00:00
Compare commits
No commits in common. "f58f41629f82ea7c88a84333ba261369194fe7de" and "653e5d6a176378386e803c767aa8da4dbdd96f11" have entirely different histories.
f58f41629f
...
653e5d6a17
1 changed files with 8 additions and 6 deletions
|
|
@ -92,17 +92,19 @@ in {
|
||||||
"NONE"
|
"NONE"
|
||||||
]));
|
]));
|
||||||
default = null;
|
default = null;
|
||||||
description = "The cterm arguments to use. See ':h highlight-args'";
|
description = "The cterm arguments to use. See :h highlight-args";
|
||||||
};
|
};
|
||||||
force = mkBoolOption "force update";
|
force = mkBoolOption "force update";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
default = {};
|
default = {};
|
||||||
example = {
|
example = ''
|
||||||
SignColumn = {
|
{
|
||||||
bg = "#282828";
|
SignColumn = {
|
||||||
};
|
bg = "#282828";
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
'';
|
||||||
description = "Custom highlights to apply";
|
description = "Custom highlights to apply";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue