From 0bbc4b5402c63e285ce924fbe3f872cb8a5f6595 Mon Sep 17 00:00:00 2001 From: William Boman Date: Tue, 26 Apr 2022 15:34:44 +0200 Subject: [PATCH] run autogen_metadata.lua --- lua/nvim-lsp-installer/_generated/schemas/bashls.lua | 3 +++ lua/nvim-lsp-installer/_generated/schemas/clangd.lua | 3 +++ lua/nvim-lsp-installer/_generated/schemas/grammarly.lua | 3 +++ lua/nvim-lsp-installer/_generated/schemas/rome.lua | 3 +++ lua/nvim-lsp-installer/_generated/schemas/sorbet.lua | 3 +++ lua/nvim-lsp-installer/_generated/schemas/svelte.lua | 3 +++ lua/nvim-lsp-installer/_generated/schemas/volar.lua | 3 +++ 7 files changed, 21 insertions(+) create mode 100644 lua/nvim-lsp-installer/_generated/schemas/bashls.lua create mode 100644 lua/nvim-lsp-installer/_generated/schemas/clangd.lua create mode 100644 lua/nvim-lsp-installer/_generated/schemas/grammarly.lua create mode 100644 lua/nvim-lsp-installer/_generated/schemas/rome.lua create mode 100644 lua/nvim-lsp-installer/_generated/schemas/sorbet.lua create mode 100644 lua/nvim-lsp-installer/_generated/schemas/svelte.lua create mode 100644 lua/nvim-lsp-installer/_generated/schemas/volar.lua diff --git a/lua/nvim-lsp-installer/_generated/schemas/bashls.lua b/lua/nvim-lsp-installer/_generated/schemas/bashls.lua new file mode 100644 index 000000000..293d2dcd0 --- /dev/null +++ b/lua/nvim-lsp-installer/_generated/schemas/bashls.lua @@ -0,0 +1,3 @@ +-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. +-- stylua: ignore start +return {properties = {["bashIde.explainshellEndpoint"] = {default = "",description = "Configure explainshell server in order to get hover documentation on flags and options.",type = "string"},["bashIde.globPattern"] = {default = "**/*@(.sh|.inc|.bash|.command)",description = "Glob pattern for finding and parsing shell script files.",type = "string"},["bashIde.highlightParsingErrors"] = {default = false,description = "Controls if parsing errors will be highlighted as problems.",type = "boolean"}},title = "Bash IDE configuration",type = "object"} \ No newline at end of file diff --git a/lua/nvim-lsp-installer/_generated/schemas/clangd.lua b/lua/nvim-lsp-installer/_generated/schemas/clangd.lua new file mode 100644 index 000000000..d9147c252 --- /dev/null +++ b/lua/nvim-lsp-installer/_generated/schemas/clangd.lua @@ -0,0 +1,3 @@ +-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. +-- stylua: ignore start +return {properties = {["clangd.arguments"] = {default = {},description = "Arguments for clangd server.",items = {type = "string"},type = "array"},["clangd.checkUpdates"] = {default = false,description = "Check for language server updates on startup.",type = "boolean"},["clangd.detectExtensionConflicts"] = {default = true,description = "Warn about conflicting extensions and suggest disabling them.",type = "boolean"},["clangd.fallbackFlags"] = {default = {},description = "Extra clang flags used to parse files when no compilation database is found.",items = {type = "string"},type = "array"},["clangd.onConfigChanged"] = {default = "prompt",description = "What to do when clangd configuration files are changed. Ignored for clangd 12+, which can reload such files itself.",enum = { "prompt", "restart", "ignore" },enumDescriptions = { "Prompt the user for restarting the server", "Automatically restart the server", "Do nothing" },type = "string"},["clangd.path"] = {default = "clangd",description = "The path to clangd executable, e.g.: /usr/bin/clangd.",scope = "machine-overridable",type = "string"},["clangd.restartAfterCrash"] = {default = true,description = "Auto restart clangd (up to 4 times) if it crashes.",type = "boolean"},["clangd.semanticHighlighting"] = {default = true,deprecationMessage = "Legacy semanticHighlights is no longer supported. Please use `editor.semanticHighlighting.enabled` instead.",description = "Enable semantic highlighting in clangd.",type = "boolean"},["clangd.serverCompletionRanking"] = {default = true,description = "Always rank completion items on the server as you type. This produces more accurate results at the cost of higher latency than client-side filtering.",type = "boolean"},["clangd.trace"] = {description = "Names a file that clangd should log a performance trace to, in chrome trace-viewer JSON format.",type = "string"}},title = "clangd",type = "object"} \ No newline at end of file diff --git a/lua/nvim-lsp-installer/_generated/schemas/grammarly.lua b/lua/nvim-lsp-installer/_generated/schemas/grammarly.lua new file mode 100644 index 000000000..1276414de --- /dev/null +++ b/lua/nvim-lsp-installer/_generated/schemas/grammarly.lua @@ -0,0 +1,3 @@ +-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. +-- stylua: ignore start +return {properties = {["grammarly.audience"] = {default = "knowledgeable",enum = { "general", "knowledgeable", "expert" },enumDescriptions = { "Easy for anyone to read with minimal effort.", "Requires focus to read and understand.", "May require rereading to understand." },scope = "resource"},["grammarly.autoActivate"] = {default = true,description = "Enable Grammarly service when a supported document is opened.",scope = "resource",type = "boolean"},["grammarly.debug"] = {default = false,description = "Enable debugging mode",type = "boolean"},["grammarly.diagnostics"] = {default = {["[markdown]"] = {ignore = { "code" }}},properties = {["[markdown]"] = {properties = {ignore = {items = {type = "string"},type = "array"}},type = "object"}},type = "object"},["grammarly.dialect"] = {default = "american",enum = { "american", "australian", "british", "canadian" },enumDescriptions = { "🇺🇸American", "🇦🇺Australian", "🇬🇧British", "🇨🇦Canadian" },scope = "resource"},["grammarly.domain"] = {default = "general",enum = { "academic", "business", "general", "technical", "casual", "creative" },enumDescriptions = { "Strictly applies all rules and formal writing conventions.", "Applies almost all rules, but allow some informal expressions.", "Applies most rules and conventions with medium strictness.", "Applies almost all rules, plus technical writing conventions.", "Applies most rules, but allow stylistic flexibility.", "Allows some intentional bending of rules and conventions." },scope = "resource"},["grammarly.emotions"] = {default = {},items = {enum = { "neutral", "confident", "joyful", "optimistic", "respectful", "urgent", "friendly", "analytical" },enumDescriptions = { "😐 Neutral", "🤝 Confident", "🙂 Joyful", "✌️ Optimistic", "🙌 Respectful", "⏰ Urgent", "🤗 Friendly", "📊 Analytical" }},markdownDescription = "**Experimental.** How do you want to sound?",scope = "resource",type = "array"},["grammarly.goals"] = {default = {},items = {enum = { "inform", "describe", "convince", "tellStory" },enumDescriptions = { "Inform", "Describe", "Convince", "Tell A Story" }},markdownDescription = "**Experimental.** What are you trying to do?",scope = "resource",type = "array"},["grammarly.hideUnavailablePremiumAlerts"] = {default = false,description = "Hide premium alerts when fix is not available",type = "boolean"},["grammarly.ignore"] = {default = { "**/node_modules/**/*" },description = "Ignored files.",items = {type = "string"},scope = "resource",type = "array"},["grammarly.overrides"] = {description = "Per document override for audience, dialect, domain, emotions and goals.",items = {properties = {config = {properties = {audience = {enum = { "general", "knowledgeable", "expert" },enumDescriptions = { "Easy for anyone to read with minimal effort.", "Requires focus to read and understand.", "May require rereading to understand." }},dialect = {enum = { "american", "australian", "british", "canadian" },enumDescriptions = { "🇺🇸American", "🇦🇺Australian", "🇬🇧British", "🇨🇦Canadian" }},domain = {enum = { "academic", "business", "general", "technical", "casual", "creative" },enumDescriptions = { "Strictly applies all rules and formal writing conventions.", "Applies almost all rules, but allow some informal expressions.", "Applies most rules and conventions with medium strictness.", "Applies almost all rules, plus technical writing conventions.", "Applies most rules, but allow stylistic flexibility.", "Allows some intentional bending of rules and conventions." }},emotions = {items = {enum = { "neutral", "confident", "joyful", "optimistic", "respectful", "urgent", "friendly", "analytical" },enumDescriptions = { "😐 Neutral", "🤝 Confident", "🙂 Joyful", "✌️ Optimistic", "🤗 Friendly", "⏰ Urgent", "📊 Analytical", "🙌 Respectful" }},markdownDescription = "**Experimental.** How do you want to sound? This helps us build new suggestions and won't affect your feedback today.",type = "array"},goals = {items = {enum = { "inform", "describe", "convince", "tellStory" },enumDescriptions = { "Inform", "Describe", "Convince", "Tell A Story" }},markdownDescription = "**Experimental.** What are you trying to do? This helps us build new suggestions and won't affect your feedback today.",type = "array"}},type = "object"},files = {description = "List of files or glob patterns.",items = {type = "string"},type = "array"}},type = "object"},scope = "resource",type = "array"},["grammarly.severity"] = {additionalProperties = {enum = { 1, 2, 3, 4 },enumDescriptions = { "Error", "Warning", "Info", "Hint" }},description = "A mapping from Grammarly alert categories to VS Code diagnostics severity.",scope = "resource",type = "object"},["grammarly.showDeletedTextInQuickFix"] = {default = true,description = "Show replaced text in quick-fix option.",type = "boolean"},["grammarly.showExamples"] = {default = false,description = "Show alert examples on hover",type = "boolean"},["grammarly.showExplanation"] = {default = true,description = "Show alert explanation on hover",type = "boolean"},["grammarly.showUsernameInStatusBar"] = {default = true,description = "Show signed in user in status bar.",type = "boolean"},["grammarly.userWords"] = {description = "A list of words as a local dictionary.",items = {type = "string"},scope = "resource",type = "array"}},title = "Grammarly"} \ No newline at end of file diff --git a/lua/nvim-lsp-installer/_generated/schemas/rome.lua b/lua/nvim-lsp-installer/_generated/schemas/rome.lua new file mode 100644 index 000000000..0d3111a37 --- /dev/null +++ b/lua/nvim-lsp-installer/_generated/schemas/rome.lua @@ -0,0 +1,3 @@ +-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. +-- stylua: ignore start +return {properties = {["rome.analysis.enableCodeActions"] = {default = false,markdownDescription = "Allows rome to compute and provide code actions",type = "boolean"},["rome.analysis.enableDiagnostics"] = {default = false,markdownDescription = "Allows rome to compute and publish diagnostics",type = "boolean"},["rome.formatter.formatWithSyntaxErrors"] = {default = false,examples = { true, false },markdownDescription = "**BETA**: allows the formatter to format code that contains syntax errors",type = "boolean"},["rome.formatter.indentStyle"] = {default = "Tabs",enum = { "Tabs", "Spaces" },markdownEnumDescriptions = { "**BETA**: applies **tabs** while formatting", "**BETA**: applies **spaces** while formatting" },type = "string"},["rome.formatter.lineWidth"] = {default = 80,markdownDescription = "**BETA**: the max width of a single line, the code will have to fit in it",maximum = 320,minimum = 40,type = "number"},["rome.formatter.quoteStyle"] = {default = "Double",enum = { "Double", "Single" },markdownEnumDescriptions = { "**BETA**: applies **double** quotes while formatting", "**BETA**: applies **single** quotes while formatting" },type = "string"},["rome.formatter.spaceQuantity"] = {default = 2,markdownDescription = "**BETA**: applied **only** when choosing **Spaces**, it's the number of spaces applied when printing.",maximum = 12,minimum = 1,type = "number"},["rome.lspBin"] = {default = vim.NIL,markdownDescription = "The rome lsp server executable.",type = { "string", "null" }},["rome.unstable"] = {default = false,markdownDescription = "**BETA**: enables unstable features",type = "boolean"}},title = "Rome",type = "object"} \ No newline at end of file diff --git a/lua/nvim-lsp-installer/_generated/schemas/sorbet.lua b/lua/nvim-lsp-installer/_generated/schemas/sorbet.lua new file mode 100644 index 000000000..7c611020b --- /dev/null +++ b/lua/nvim-lsp-installer/_generated/schemas/sorbet.lua @@ -0,0 +1,3 @@ +-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. +-- stylua: ignore start +return {properties = {["sorbet.configFilePatterns"] = {default = { "**/sorbet/config", "**/Gemfile", "**/Gemfile.lock" },description = "List of workspace file patterns that contribute to Sorbet's configuration. Changes to any of those files should trigger a restart of any actively running Sorbet language server.",items = {type = "string"},type = "array"},["sorbet.enabled"] = {description = "Enable Sorbet Ruby IDE features",type = "boolean"},["sorbet.lspConfigs"] = {default = { {command = { "bundle", "exec", "srb", "typecheck", "--lsp" },cwd = "${workspaceFolder}",description = "Stable Sorbet Ruby IDE features",id = "stable",name = "Sorbet"}, {command = { "bundle", "exec", "srb", "typecheck", "--lsp", "--enable-all-beta-lsp-features" },cwd = "${workspaceFolder}",description = "Beta Sorbet Ruby IDE features",id = "beta",name = "Sorbet (Beta)"}, {command = { "bundle", "exec", "srb", "typecheck", "--lsp", "--enable-all-experimental-lsp-features" },cwd = "${workspaceFolder}",description = "Experimental Sorbet Ruby IDE features (warning: crashy, for developers only)",id = "experimental",name = "Sorbet (Experimental)"} },description = "Standard Ruby LSP configurations. If you commit your VSCode settings to source control, you probably want to commit *this* setting, not `sorbet.userLspConfigs`.",items = {properties = {command = {description = "Full command line to invoke sorbet",items = {type = "string"},minItems = 1,type = "array"},cwd = {default = "${workspaceFolder}",description = "Current working directory when launching sorbet",format = "uri-reference",type = "string"},description = {description = "Long-form human-readable description of configuration",type = "string"},id = {description = "See `sorbet.selectedLspConfigId`",type = "string"},name = {description = "Short-form human-readable label for configuration",type = "string"}},required = { "id", "description", "command" },type = "object"},type = "array"},["sorbet.revealOutputOnError"] = {default = false,description = "Show the extension output window on errors.",type = "boolean"},["sorbet.selectedLspConfigId"] = {description = "The default configuration to use from `sorbet.userLspConfigs` or `sorbet.lspConfigs`. If unset, defaults to the first item in `sorbet.userLspConfigs` or `sorbet.lspConfigs`.",type = "string"},["sorbet.userLspConfigs"] = {default = {},description = "Custom user LSP configurations that supplement `sorbet.lspConfigs` (and override configurations with the same id). If you commit your VSCode settings to source control, you probably want to commit `sorbet.lspConfigs`, not this value.",items = {default = {command = { "bundle", "exec", "srb", "typecheck", "--your", "--flags", "--here" },cwd = "${workspaceFolder}",description = "A longer description of this Sorbet Configuration for use in hover text",id = "my-custom-configuration",name = "My Custom Sorbet Configuration"},properties = {command = {description = "Full command line to invoke sorbet",items = {type = "string"},minItems = 1,type = "array"},cwd = {default = "${workspaceFolder}",description = "Current working directory when launching sorbet",format = "uri-reference",type = "string"},description = {description = "Long-form human-readable description of configuration",type = "string"},id = {description = "See `sorbet.selectedLspConfigId`",type = "string"},name = {description = "Short-form human-readable label for configuration",type = "string"}},required = { "id", "description", "command" },type = "object"},type = "array"}},title = "Sorbet"} \ No newline at end of file diff --git a/lua/nvim-lsp-installer/_generated/schemas/svelte.lua b/lua/nvim-lsp-installer/_generated/schemas/svelte.lua new file mode 100644 index 000000000..2571f81e3 --- /dev/null +++ b/lua/nvim-lsp-installer/_generated/schemas/svelte.lua @@ -0,0 +1,3 @@ +-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. +-- stylua: ignore start +return {properties = {["svelte.ask-to-enable-ts-plugin"] = {default = true,description = "Ask on startup to enable the TypeScript plugin.",title = "Ask to enable TypeScript Svelte plugin",type = "boolean"},["svelte.enable-ts-plugin"] = {default = false,description = "Enables a TypeScript plugin which provides intellisense for Svelte files inside TS/JS files.",title = "Enable TypeScript Svelte plugin",type = "boolean"},["svelte.language-server.ls-path"] = {description = "- You normally don't set this - Path to the language server executable. If you installed the \"svelte-language-server\" npm package, it's within there at \"bin/server.js\". Path can be either relative to your workspace root or absolute. Set this only if you want to use a custom version of the language server. This will then also use the workspace version of TypeScript. This setting can only be changed in user settings for security reasons.",scope = "application",title = "Language Server Path",type = "string"},["svelte.language-server.port"] = {default = -1,description = "- You normally don't set this - At which port to spawn the language server. Can be used for attaching to the process for debugging / profiling. If you experience crashes due to \"port already in use\", try setting the port. -1 = default port is used.",title = "Language Server Port",type = "number"},["svelte.language-server.runtime"] = {description = "- You normally don't need this - Path to the node executable to use to spawn the language server. This is useful when you depend on native modules such as node-sass as without this they will run in the context of vscode, meaning node version mismatch is likely. Minimum required node version is 12.17. This setting can only be changed in user settings for security reasons.",scope = "application",title = "Language Server Runtime",type = "string"},["svelte.plugin.css.colorPresentations.enable"] = {default = true,description = "Enable color picker for CSS",title = "CSS: Color Picker",type = "boolean"},["svelte.plugin.css.completions.emmet"] = {default = true,description = "Enable emmet auto completions for CSS",title = "CSS: Include Emmet Completions",type = "boolean"},["svelte.plugin.css.completions.enable"] = {default = true,description = "Enable auto completions for CSS",title = "CSS: Auto Complete",type = "boolean"},["svelte.plugin.css.diagnostics.enable"] = {default = true,description = "Enable diagnostic messages for CSS",title = "CSS: Diagnostics",type = "boolean"},["svelte.plugin.css.documentColors.enable"] = {default = true,description = "Enable document colors for CSS",title = "CSS: Document Colors",type = "boolean"},["svelte.plugin.css.documentSymbols.enable"] = {default = true,description = "Enable document symbols for CSS",title = "CSS: Symbols in Outline",type = "boolean"},["svelte.plugin.css.enable"] = {default = true,description = "Enable the CSS plugin",title = "CSS",type = "boolean"},["svelte.plugin.css.globals"] = {default = "",description = "Which css files should be checked for global variables (`--global-var: value;`). These variables are added to the css completions. String of comma-separated file paths or globs relative to workspace root.",title = "CSS: Global Files",type = "string"},["svelte.plugin.css.hover.enable"] = {default = true,description = "Enable hover info for CSS",title = "CSS: Hover Info",type = "boolean"},["svelte.plugin.css.selectionRange.enable"] = {default = true,description = "Enable selection range for CSS",title = "CSS: SelectionRange",type = "boolean"},["svelte.plugin.html.completions.emmet"] = {default = true,description = "Enable emmet auto completions for HTML",title = "HTML: Include Emmet Completions",type = "boolean"},["svelte.plugin.html.completions.enable"] = {default = true,description = "Enable auto completions for HTML",title = "HTML: Auto Complete",type = "boolean"},["svelte.plugin.html.documentSymbols.enable"] = {default = true,description = "Enable document symbols for HTML",title = "HTML: Symbols in Outline",type = "boolean"},["svelte.plugin.html.enable"] = {default = true,description = "Enable the HTML plugin",title = "HTML",type = "boolean"},["svelte.plugin.html.hover.enable"] = {default = true,description = "Enable hover info for HTML",title = "HTML: Hover Info",type = "boolean"},["svelte.plugin.html.linkedEditing.enable"] = {default = true,description = "Enable Linked Editing for HTML",title = "HTML: Linked Editing",type = "boolean"},["svelte.plugin.html.renameTags.enable"] = {default = true,description = "Enable rename for the opening/closing tag pairs in HTML",title = "HTML: Rename tags",type = "boolean"},["svelte.plugin.html.tagComplete.enable"] = {default = true,description = "Enable HTML tag auto closing",title = "HTML: Tag Auto Closing",type = "boolean"},["svelte.plugin.svelte.codeActions.enable"] = {default = true,description = "Enable Code Actions for Svelte",title = "Svelte: Code Actions",type = "boolean"},["svelte.plugin.svelte.compilerWarnings"] = {additionalProperties = {enum = { "ignore", "error" },type = "string"},default = vim.empty_dict(),description = "Svelte compiler warning codes to ignore or to treat as errors. Example: { 'css-unused-selector': 'ignore', 'unused-export-let': 'error'}",title = "Svelte: Compiler Warnings Settings",type = "object"},["svelte.plugin.svelte.completions.enable"] = {default = true,description = "Enable auto completions for Svelte",title = "Svelte: Completions",type = "boolean"},["svelte.plugin.svelte.defaultScriptLanguage"] = {default = "none",description = "The default language to use when generating new script tags",enum = { "none", "ts" },title = "Svelte: Default Script Language",type = "string"},["svelte.plugin.svelte.diagnostics.enable"] = {default = true,description = "Enable diagnostic messages for Svelte",title = "Svelte: Diagnostics",type = "boolean"},["svelte.plugin.svelte.enable"] = {default = true,description = "Enable the Svelte plugin",title = "Svelte",type = "boolean"},["svelte.plugin.svelte.format.config.printWidth"] = {default = 80,description = "Maximum line width after which code is tried to be broken up. This is a Prettier core option. If you have the Prettier extension installed, this option is ignored and the corresponding option of that extension is used instead. This option is also ignored if there's any kind of configuration file, for example a `.prettierrc` file.",title = "Svelte Format: Print Width",type = "number"},["svelte.plugin.svelte.format.config.singleQuote"] = {default = false,description = "Use single quotes instead of double quotes, where possible. This is a Prettier core option. If you have the Prettier extension installed, this option is ignored and the corresponding option of that extension is used instead. This option is also ignored if there's any kind of configuration file, for example a `.prettierrc` file.",title = "Svelte Format: Quotes",type = "boolean"},["svelte.plugin.svelte.format.config.svelteAllowShorthand"] = {default = true,description = "Option to enable/disable component attribute shorthand if attribute name and expression are the same. This option is ignored if there's any kind of configuration file, for example a `.prettierrc` file.",title = "Svelte Format: Allow Shorthand",type = "boolean"},["svelte.plugin.svelte.format.config.svelteBracketNewLine"] = {default = true,description = "Put the `>` of a multiline element on a new line. This option is ignored if there's any kind of configuration file, for example a `.prettierrc` file.",title = "Svelte Format: Bracket New Line",type = "boolean"},["svelte.plugin.svelte.format.config.svelteIndentScriptAndStyle"] = {default = true,description = "Whether or not to indent code inside `