treewide: format with new nixfmt

This commit is contained in:
Gaetan Lepage 2025-07-25 18:16:52 +02:00 committed by Gaétan Lepage
parent d63fd77511
commit dd73afe9c6
34 changed files with 665 additions and 679 deletions

View file

@ -331,7 +331,8 @@ in
folded_section = foldedSection;
};
inherit (cfg) parts;
} // sections;
}
// sections;
in
''
require('startup').setup(${lib.nixvim.toLuaObject setupOptions})