mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 13:45:58 +01: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 = ''
|
||||
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 = {};
|
||||
example = {
|
||||
"*" = {};
|
||||
"!vim" = {};
|
||||
javascript = {
|
||||
AARRGGBB = false;
|
||||
};
|
||||
};
|
||||
type = submodule {
|
||||
freeformType = attrsOf settingSubmodule;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue