mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-30 22:59:31 +02:00
docs: clean up descriptions (#1061)
This commit is contained in:
parent
40ede678d2
commit
0b5800a2a2
9 changed files with 27 additions and 27 deletions
|
@ -9,7 +9,7 @@ with lib; {
|
|||
highlight = mkOption {
|
||||
type = types.attrsOf helpers.nixvimTypes.highlight;
|
||||
default = {};
|
||||
description = "Define highlight groups";
|
||||
description = "Define highlight groups.";
|
||||
example = ''
|
||||
highlight = {
|
||||
Comment.fg = "#ff0000";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue