mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-19 13:19:48 +01:00
feat: editorconfig support for 0.9.0
This commit is contained in:
parent
af0c6ea087
commit
2d4f2ed91d
1 changed files with 5 additions and 0 deletions
|
@ -139,5 +139,10 @@ with builtins; {
|
||||||
default = true;
|
default = true;
|
||||||
description = "New splits will open to the right";
|
description = "New splits will open to the right";
|
||||||
};
|
};
|
||||||
|
enableEditorconfig = mkOption {
|
||||||
|
type = types.bool;
|
||||||
|
default = false;
|
||||||
|
description = "Follow editorconfig rules in current directory"
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue