diff options
| author | William Boman (automated) <william@redwill.se> | 2022-05-06 13:04:08 +0000 |
|---|---|---|
| committer | William Boman (automated) <william@redwill.se> | 2022-05-06 13:04:08 +0000 |
| commit | 4d110f0cf3fb53b42df0732aa8523396e68a9c48 (patch) | |
| tree | 185c180a2628657eb05aac59b04c40d3ef175431 /lua/nvim-lsp-installer | |
| parent | chore(workflows): add workflow_dispatch trigger for run-autogen.yml (diff) | |
| download | mason-4d110f0cf3fb53b42df0732aa8523396e68a9c48.tar mason-4d110f0cf3fb53b42df0732aa8523396e68a9c48.tar.gz mason-4d110f0cf3fb53b42df0732aa8523396e68a9c48.tar.bz2 mason-4d110f0cf3fb53b42df0732aa8523396e68a9c48.tar.lz mason-4d110f0cf3fb53b42df0732aa8523396e68a9c48.tar.xz mason-4d110f0cf3fb53b42df0732aa8523396e68a9c48.tar.zst mason-4d110f0cf3fb53b42df0732aa8523396e68a9c48.zip | |
run autogen_metadata.lua
Diffstat (limited to 'lua/nvim-lsp-installer')
| -rw-r--r-- | lua/nvim-lsp-installer/_generated/schemas/grammarly.lua | 2 | ||||
| -rw-r--r-- | lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-lsp-installer/_generated/schemas/grammarly.lua b/lua/nvim-lsp-installer/_generated/schemas/grammarly.lua index 1276414d..41ba5d40 100644 --- a/lua/nvim-lsp-installer/_generated/schemas/grammarly.lua +++ b/lua/nvim-lsp-installer/_generated/schemas/grammarly.lua @@ -1,3 +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 +return {properties = {["grammarly.config.documentDialect"] = {default = "auto-text",enum = { "american", "australian", "british", "canadian", "auto-text" },enumDescriptions = { "", "", "", "", "An appropriate value based on the text." },markdownDescription = "Specific variety of English being written. See [this article](https://support.grammarly.com/hc/en-us/articles/115000089992-Select-between-British-English-American-English-Canadian-English-and-Australian-English) for differences."},["grammarly.config.documentDomain"] = {default = "general",enum = { "academic", "business", "general", "mail", "casual", "creative" },enumDescriptions = { "Academic is the strictest style of writing. On top of catching grammar and punctuation issues, Grammarly will make suggestions around passive voice, contractions, and informal pronouns (I, you), and will point out unclear antecedents (e.g., sentences starting with “This is…”).", "The business style setting checks the text against formal writing criteria. However, unlike the Academic domain, it allows the use of some informal expressions, informal pronouns, and unclear antecedents.", "This is the default style and uses a medium level of strictness.", "The email genre is similar to the General domain and helps ensure that your email communication is engaging. In addition to catching grammar, spelling, and punctuation mistakes, Grammarly also points out the use of overly direct language that may sound harsh to a reader.", "Casual is designed for informal types of writing and ignores most style issues. It does not flag contractions, passive voice, informal pronouns, who-versus-whom usage, split infinitives, or run-on sentences. This style is suitable for personal communication.", "This is the most permissive style. It catches grammar, punctuation, and spelling mistakes but allows some leeway for those who want to intentionally bend grammar rules to achieve certain effects. Creative doesn’t flag sentence fragments (missing subjects or verbs), wordy sentences, colloquialisms, informal pronouns, passive voice, incomplete comparisons, or run-on sentences." },markdownDescription = "The style or type of writing to be checked. See [What is domain/document type](https://support.grammarly.com/hc/en-us/articles/115000091472-What-is-domain-document-type-)?"},["grammarly.config.suggestions.ConjunctionAtStartOfSentence"] = {default = false,description = "Flags use of conjunctions such as 'but' and 'and' at the beginning of sentences.",type = "boolean"},["grammarly.config.suggestions.Fluency"] = {default = true,description = "Suggests ways to sound more natural and fluent.",type = "boolean"},["grammarly.config.suggestions.InformalPronounsAcademic"] = {default = false,description = "Flags use of personal pronouns such as 'I' and 'you' in academic writing.",type = "boolean"},["grammarly.config.suggestions.MissingSpaces"] = {default = true,description = "Suggests adding missing spacing after a numeral when writing times.",type = "boolean"},["grammarly.config.suggestions.NounStrings"] = {default = true,description = "Flags a series of nouns that modify a final noun.",type = "boolean"},["grammarly.config.suggestions.NumbersBeginningSentences"] = {default = true,description = "Suggests spelling out numbers at the beginning of sentences.",type = "boolean"},["grammarly.config.suggestions.NumbersZeroThroughTen"] = {default = true,description = "Suggests spelling out numbers zero through ten.",type = "boolean"},["grammarly.config.suggestions.OxfordComma"] = {default = false,description = "Suggests adding the Oxford comma after the second-to-last item in a list of things.",type = "boolean"},["grammarly.config.suggestions.PassiveVoice"] = {default = false,description = "Flags use of passive voice.",type = "boolean"},["grammarly.config.suggestions.PersonFirstLanguage"] = {default = true,description = "Suggests using person-first language to refer respectfully to an individual with a disability.",type = "boolean"},["grammarly.config.suggestions.PossiblyBiasedLanguageAgeRelated"] = {default = true,description = "Suggests alternatives to potentially biased language related to older adults.",type = "boolean"},["grammarly.config.suggestions.PossiblyBiasedLanguageDisabilityRelated"] = {default = true,description = "Suggests alternatives to potentially ableist language.",type = "boolean"},["grammarly.config.suggestions.PossiblyBiasedLanguageFamilyRelated"] = {default = true,description = "Suggests alternatives to potentially biased language related to parenting and family systems.",type = "boolean"},["grammarly.config.suggestions.PossiblyBiasedLanguageGenderRelated"] = {default = true,description = "Suggests alternatives to potentially gender-biased and non-inclusive phrasing.",type = "boolean"},["grammarly.config.suggestions.PossiblyBiasedLanguageHumanRights"] = {default = true,description = "Suggests alternatives to language related to human slavery.",type = "boolean"},["grammarly.config.suggestions.PossiblyBiasedLanguageHumanRightsRelated"] = {default = true,description = "Suggests alternatives to terms with origins in the institution of slavery.",type = "boolean"},["grammarly.config.suggestions.PossiblyBiasedLanguageLgbtqiaRelated"] = {default = true,description = "Flags LGBTQIA+-related terms that may be seen as biased, outdated, or disrespectful in some contexts.",type = "boolean"},["grammarly.config.suggestions.PossiblyBiasedLanguageRaceEthnicityRelated"] = {default = true,description = "Suggests alternatives to potentially biased language related to race and ethnicity.",type = "boolean"},["grammarly.config.suggestions.PossiblyPoliticallyIncorrectLanguage"] = {default = true,description = "Suggests alternatives to language that may be considered politically incorrect.",type = "boolean"},["grammarly.config.suggestions.PrepositionAtTheEndOfSentence"] = {default = false,description = "Flags use of prepositions such as 'with' and 'in' at the end of sentences.",type = "boolean"},["grammarly.config.suggestions.PunctuationWithQuotation"] = {default = true,description = "Suggests placing punctuation before closing quotation marks.",type = "boolean"},["grammarly.config.suggestions.ReadabilityFillerwords"] = {default = true,description = "Flags long, complicated sentences that could potentially confuse your reader.",type = "boolean"},["grammarly.config.suggestions.ReadabilityTransforms"] = {default = true,description = "Suggests splitting long, complicated sentences that could potentially confuse your reader.",type = "boolean"},["grammarly.config.suggestions.SentenceVariety"] = {default = true,description = "Flags series of sentences that follow the same pattern.",type = "boolean"},["grammarly.config.suggestions.SpacesSurroundingSlash"] = {default = true,description = "Suggests removing extra spaces surrounding a slash.",type = "boolean"},["grammarly.config.suggestions.SplitInfinitive"] = {default = true,description = "Suggests rewriting split infinitives so that an adverb doesn't come between 'to' and the verb.",type = "boolean"},["grammarly.config.suggestions.StylisticFragments"] = {default = false,description = "Suggests completing all incomplete sentences, including stylistic sentence fragments that may be intentional.",type = "boolean"},["grammarly.config.suggestions.UnnecessaryEllipses"] = {default = false,description = "Flags unnecessary use of ellipses (...).",type = "boolean"},["grammarly.config.suggestions.Variety"] = {default = true,description = "Suggests alternatives to words that occur frequently in the same paragraph.",type = "boolean"},["grammarly.config.suggestions.Vocabulary"] = {default = true,description = "Suggests alternatives to bland and overused words such as 'good' and 'nice'.",type = "boolean"},["grammarly.patterns"] = {default = { "**/readme.md", "**/README.md", "**/*.txt" },description = "A glob pattern, like `*.{md,txt}` for file scheme.",items = {type = "string"},required = true,type = "array"},["grammarly.selectors"] = {default = {},description = "Filter documents to be checked with Grammarly.",items = {properties = {language = {description = "A language id, like `typescript`.",type = "string"},pattern = {description = "A glob pattern, like `*.{md,txt}`.",type = "string"},scheme = {description = "A Uri scheme, like `file` or `untitled`.",type = "string"}},type = "object"},required = true,type = "array"}},title = "Grammarly"}
\ No newline at end of file diff --git a/lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua b/lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua index d1e1ab2f..e6b95e26 100644 --- a/lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua +++ b/lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua @@ -1,3 +1,3 @@ -- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. -- stylua: ignore start -return {properties = {["zetaNote.customCommand"] = {description = "When set use this command to run the language server.\nThe command is split on spaces: first part is the command name, the rest is the arguments.",scope = "window",type = "string"},["zetaNote.customCommandDir"] = {markdownDescription = "When set run the `#zetaNote.customCommand#` from this dir rather than workspace root.",scope = "window",type = "string"},["zetaNote.trace.server"] = {default = "verbose",description = "Level of verbosity in communicating with the server",enum = { "off", "messages", "verbose" },scope = "window",type = "string"}},title = "Zeta Note"}
\ No newline at end of file +return {properties = {["marksman.customCommand"] = {description = "When set use this command to run the language server.\nThe command is split on spaces: first part is the command name, the rest is the arguments.",scope = "window",type = "string"},["marksman.customCommandDir"] = {markdownDescription = "When set run the `#marksman.customCommand#` from this dir rather than workspace root.",scope = "window",type = "string"},["marksman.trace.server"] = {default = "verbose",description = "Level of verbosity in communicating with the server",enum = { "off", "messages", "verbose" },scope = "window",type = "string"}},title = "Marksman"}
\ No newline at end of file |
