mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
colorizer: add example
This commit is contained in:
parent
82e92a56da
commit
7d9f1e0481
1 changed files with 8 additions and 1 deletions
|
@ -109,9 +109,16 @@ in {
|
||||||
description = ''
|
description = ''
|
||||||
Filetypes to enable on and their option overrides.
|
Filetypes to enable on and their option overrides.
|
||||||
|
|
||||||
The special filetype "*" means enable on all filetypes.
|
"*" means enable on all filetypes. Filetypes prefixed with "!" are disabled.
|
||||||
'';
|
'';
|
||||||
default = {};
|
default = {};
|
||||||
|
example = {
|
||||||
|
"*" = {};
|
||||||
|
"!vim" = {};
|
||||||
|
javascript = {
|
||||||
|
AARRGGBB = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
type = submodule {
|
type = submodule {
|
||||||
freeformType = attrsOf settingSubmodule;
|
freeformType = attrsOf settingSubmodule;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue