mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-16 07:27:47 +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"
|
"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 = {
|
||||||
SignColumn = {
|
bg = "#282828";
|
||||||
bg = "#282828";
|
};
|
||||||
};
|
};
|
||||||
}
|
|
||||||
'';
|
|
||||||
description = "Custom highlights to apply";
|
description = "Custom highlights to apply";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue