style: nix formatter run

This commit is contained in:
kazimazi 2026-02-08 16:17:28 +01:00 committed by Soliprem
commit 16a7e6a295
2 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,4 @@
{
lib,
...
}: let
{lib, ...}: let
inherit (lib.options) mkEnableOption;
inherit (lib.nvim.types) mkPluginSetupOption;
in {