mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-11 12:43:28 +00:00
dev(smartcolumn): try to use submodules properly?
This commit is contained in:
parent
459f542980
commit
601d2ea6ed
2 changed files with 3 additions and 3 deletions
|
@ -26,14 +26,14 @@ in {
|
|||
default = ["help" "text" "markdown" "NvimTree" "alpha"];
|
||||
description = "The filetypes smartcolumn will be disabled for.";
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
languages = mkOption {
|
||||
default = {};
|
||||
description = "Language specific configuration.";
|
||||
type = with types;
|
||||
attrsOf (submodule {
|
||||
options = attrsOf (submodule langOptions);
|
||||
options = languageOpts;
|
||||
});
|
||||
};
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue