diff --git a/lib/types/default.nix b/lib/types/default.nix index 57fb43fe..d4247df9 100644 --- a/lib/types/default.nix +++ b/lib/types/default.nix @@ -11,6 +11,6 @@ in { inherit (typesDag) dagOf; inherit (typesPlugin) pluginsOpt extraPluginType mkPluginSetupOption luaInline pluginType borderType; inherit (typesLanguage) diagnostics mkGrammarOption mkTreesitterGrammarOption; - inherit (typesLsp) mkLspPresetEnableOption; + inherit (typesLsp) mkLspPresetEnableOption mkLspPresetEnableOptionWithDesc; inherit (customTypes) char hexColor mergelessListOf deprecatedSingleOrListOf enumWithRename; }