mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +01:00
colorizer: remove unneeded freeform module
This commit is contained in:
parent
7d9f1e0481
commit
9baebb0d82
1 changed files with 1 additions and 3 deletions
|
@ -119,9 +119,7 @@ in {
|
|||
AARRGGBB = false;
|
||||
};
|
||||
};
|
||||
type = submodule {
|
||||
freeformType = attrsOf settingSubmodule;
|
||||
};
|
||||
type = attrsOf settingSubmodule;
|
||||
};
|
||||
|
||||
user_default_options = mkOption {
|
||||
|
|
Loading…
Reference in a new issue