treewide: format with latest nixfmt

This commit is contained in:
Gaetan Lepage 2024-12-02 08:23:22 +01:00 committed by nix-infra-bot
parent d55ca74c05
commit e680b367c7
7 changed files with 13 additions and 19 deletions

View file

@ -292,9 +292,8 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
inactive_winbar = mkEmptySectionOption "Winbar configuration used when inactive.";
extensions = defaultNullOpts.mkListOf (
with lib.types; either str (attrsOf anything)
) [ ] "List of enabled extensions.";
extensions = defaultNullOpts.mkListOf (with lib.types; either str (attrsOf anything)) [
] "List of enabled extensions.";
};
settingsExample = {