From 42e122ac6ca0d2d6f49ce175381eb62ea1eaa2f9 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 29 Sep 2024 23:23:20 +0200 Subject: [PATCH] theme/theme.nix: fix formatting --- modules/plugins/theme/theme.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/plugins/theme/theme.nix b/modules/plugins/theme/theme.nix index e5ff44c4..9850521c 100644 --- a/modules/plugins/theme/theme.nix +++ b/modules/plugins/theme/theme.nix @@ -46,9 +46,7 @@ in { config = mkIf cfg.enable { vim = { - startPlugins = [ - cfg.name - ]; + startPlugins = [cfg.name]; luaConfigRC = { theme = entryBefore ["pluginConfigs"] '' ${cfg.extraConfig}