diff options
Diffstat (limited to 'lua/mason-schemas/lsp/rome.lua')
| -rw-r--r-- | lua/mason-schemas/lsp/rome.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/mason-schemas/lsp/rome.lua b/lua/mason-schemas/lsp/rome.lua new file mode 100644 index 00000000..0d3111a3 --- /dev/null +++ b/lua/mason-schemas/lsp/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 |
