mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-11 13:16:32 +00:00
Compare commits
2 commits
653e5d6a17
...
f58f41629f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f58f41629f |
||
|
|
28bbe89fbc |
1 changed files with 6 additions and 8 deletions
|
|
@ -92,19 +92,17 @@ in {
|
|||
"NONE"
|
||||
]));
|
||||
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";
|
||||
};
|
||||
});
|
||||
default = {};
|
||||
example = ''
|
||||
{
|
||||
SignColumn = {
|
||||
bg = "#282828";
|
||||
};
|
||||
}
|
||||
'';
|
||||
example = {
|
||||
SignColumn = {
|
||||
bg = "#282828";
|
||||
};
|
||||
};
|
||||
description = "Custom highlights to apply";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue