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}