aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/_generated
diff options
context:
space:
mode:
authorWilliam Boman (automated) <william@redwill.se>2022-05-13 13:35:38 +0000
committerWilliam Boman (automated) <william@redwill.se>2022-05-13 13:35:38 +0000
commit5eaef358bbfe79e828349239e9b05b5ba8572ebb (patch)
treef59ef30dd06b2749c4c8a72e28ea91061c8a4a45 /lua/nvim-lsp-installer/_generated
parentUpdates Fortran Language Server (#693) (diff)
downloadmason-5eaef358bbfe79e828349239e9b05b5ba8572ebb.tar
mason-5eaef358bbfe79e828349239e9b05b5ba8572ebb.tar.gz
mason-5eaef358bbfe79e828349239e9b05b5ba8572ebb.tar.bz2
mason-5eaef358bbfe79e828349239e9b05b5ba8572ebb.tar.lz
mason-5eaef358bbfe79e828349239e9b05b5ba8572ebb.tar.xz
mason-5eaef358bbfe79e828349239e9b05b5ba8572ebb.tar.zst
mason-5eaef358bbfe79e828349239e9b05b5ba8572ebb.zip
run autogen_metadata.lua
Diffstat (limited to 'lua/nvim-lsp-installer/_generated')
-rw-r--r--lua/nvim-lsp-installer/_generated/schemas/fortls.lua3
-rw-r--r--lua/nvim-lsp-installer/_generated/schemas/volar.lua2
2 files changed, 1 insertions, 4 deletions
diff --git a/lua/nvim-lsp-installer/_generated/schemas/fortls.lua b/lua/nvim-lsp-installer/_generated/schemas/fortls.lua
deleted file mode 100644
index b7701c6d..00000000
--- a/lua/nvim-lsp-installer/_generated/schemas/fortls.lua
+++ /dev/null
@@ -1,3 +0,0 @@
--- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
--- stylua: ignore start
-return {properties = {["fortran-ls.autocompletePrefix"] = {default = false,description = "Filter autocomplete suggestions with variable prefix",scope = "resource",type = "boolean"},["fortran-ls.disableDiagnostics"] = {default = false,description = "Disable diagnostics (requires v1.12.0+).",scope = "resource",type = "boolean"},["fortran-ls.displayVerWarning"] = {default = true,description = "Provides notifications when the underlying language server is out of date.",scope = "resource",type = "boolean"},["fortran-ls.enableCodeActions"] = {default = false,description = "Enable experimental code actions (requires v1.7.0+).",scope = "resource",type = "boolean"},["fortran-ls.executablePath"] = {default = "fortls",description = "Path to the Fortran language server (fortls).",scope = "resource",type = "string"},["fortran-ls.hoverSignature"] = {default = false,description = "Show signature information in hover for argument (also enables 'variableHover').",scope = "resource",type = "boolean"},["fortran-ls.includeSymbolMem"] = {default = true,description = "Include type members in document outline (also used for 'Go to Symbol in File')",scope = "resource",type = "boolean"},["fortran-ls.incrementalSync"] = {default = true,description = "Use incremental synchronization for file changes.",scope = "resource",type = "boolean"},["fortran-ls.lowercaseIntrinsics"] = {default = false,description = "Use lowercase for intrinsics and keywords in autocomplete requests.",scope = "resource",type = "boolean"},["fortran-ls.maxCommentLineLength"] = {default = -1,description = "Maximum comment line length (requires v1.8.0+).",scope = "resource",type = "number"},["fortran-ls.maxLineLength"] = {default = -1,description = "Maximum line length (requires v1.8.0+).",scope = "resource",type = "number"},["fortran-ls.notifyInit"] = {default = false,description = "Notify when workspace initialization is complete (requires v1.7.0+).",scope = "resource",type = "boolean"},["fortran-ls.useSignatureHelp"] = {default = true,description = "Use signature help instead of snippets when available.",scope = "resource",type = "boolean"},["fortran-ls.variableHover"] = {default = false,description = "Show hover information for variables.",scope = "resource",type = "boolean"}},title = "Fortran IntelliSense",type = "object"} \ No newline at end of file
diff --git a/lua/nvim-lsp-installer/_generated/schemas/volar.lua b/lua/nvim-lsp-installer/_generated/schemas/volar.lua
index b81151e4..e8d988d7 100644
--- a/lua/nvim-lsp-installer/_generated/schemas/volar.lua
+++ b/lua/nvim-lsp-installer/_generated/schemas/volar.lua
@@ -1,3 +1,3 @@
-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
-- stylua: ignore start
-return {properties = {["volar-document-features.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },scope = "window",type = "string"},["volar-language-features-2.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },scope = "window",type = "string"},["volar-language-features.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },scope = "window",type = "string"},["volar.autoCompleteRefs"] = {default = false,description = "Auto-complete Ref value with `.value`.",type = "boolean"},["volar.autoWrapParentheses"] = {default = true,description = "Auto-wrap `()` to As Expression in interpolations for fix issue #520.",type = "boolean"},["volar.codeLens.pugTools"] = {default = false,description = "[pug ☐] code lens.",type = "boolean"},["volar.codeLens.references"] = {default = true,description = "[references] code lens.",type = "boolean"},["volar.codeLens.scriptSetupTools"] = {default = false,description = "[ref sugar ☐] code lens.",type = "boolean"},["volar.completion.autoImportComponent"] = {default = true,description = "Enabled auto-import for component with tag completion.",type = "boolean"},["volar.completion.preferredAttrNameCase"] = {default = "auto-kebab",description = "Preferred attr name case.",enum = { "auto-kebab", "auto-camel", "kebab", "camel" },enumDescriptions = { 'Auto Detect from Content (Preferred :kebab-case="...")', 'Auto Detect from Content (Preferred :camelCase="...")', ':kebab-case="..."', ':camelCase="..."' },type = "string"},["volar.completion.preferredTagNameCase"] = {default = "auto",description = "Preferred tag name case.",enum = { "auto", "both", "kebab", "pascal" },enumDescriptions = { "Auto Detect from Content", "<kebab-case> and <PascalCase>", "<kebab-case>", "<PascalCase>" },type = "string"},["volar.icon.preview"] = {default = true,description = "Show Vite / Nuxt App preview icon.",type = "boolean"},["volar.icon.splitEditors"] = {default = true,description = "Show split editor icon in title area of editor.",type = "boolean"},["volar.preview.backgroundColor"] = {default = "#fff",description = "Component preview background color.",type = "string"},["volar.preview.port"] = {default = 3333,description = "Default port for component preview server.",type = "number"},["volar.preview.transparentGrid"] = {default = true,description = "Component preview background style.",type = "boolean"},["volar.takeOverMode.enabled"] = {default = "auto",description = "Take over language support for *.ts.",enum = { "auto", true, false },enumDescriptions = { "Auto enable take over mode when built-in TS extension disabled.", "Alway enable take over mode.", "Never enable take over mode." },type = "boolean"},["volar.vueserver.useSecondServer"] = {default = false,description = "Use second server to progress heavy diagnostic works, the main server workhorse computing intellisense, operations such as auto-complete can respond faster. Note that this will lead to more memory usage.",type = "boolean"}},title = "Volar",type = "object"} \ No newline at end of file
+return {properties = {["volar-document-features.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },scope = "window",type = "string"},["volar-language-features-2.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },scope = "window",type = "string"},["volar-language-features.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },scope = "window",type = "string"},["volar.autoCompleteRefs"] = {default = false,description = "Auto-complete Ref value with `.value`.",type = "boolean"},["volar.autoWrapParentheses"] = {default = true,description = "Auto-wrap `()` to As Expression in interpolations for fix issue #520.",type = "boolean"},["volar.codeLens.pugTools"] = {default = false,description = "[pug ☐] code lens.",type = "boolean"},["volar.codeLens.references"] = {default = true,description = "[references] code lens.",type = "boolean"},["volar.codeLens.scriptSetupTools"] = {default = false,description = "[ref sugar ☐] code lens.",type = "boolean"},["volar.completion.autoImportComponent"] = {default = true,description = "Enabled auto-import for component with tag completion.",type = "boolean"},["volar.completion.preferredAttrNameCase"] = {default = "auto-kebab",description = "Preferred attr name case.",enum = { "auto-kebab", "auto-camel", "kebab", "camel" },enumDescriptions = { 'Auto Detect from Content (Preferred :kebab-case="...")', 'Auto Detect from Content (Preferred :camelCase="...")', ':kebab-case="..."', ':camelCase="..."' },type = "string"},["volar.completion.preferredTagNameCase"] = {default = "auto",description = "Preferred tag name case.",enum = { "auto", "both", "kebab", "pascal" },enumDescriptions = { "Auto Detect from Content", "<kebab-case> and <PascalCase>", "<kebab-case>", "<PascalCase>" },type = "string"},["volar.icon.preview"] = {default = true,description = "Show Vite / Nuxt App preview icon.",type = "boolean"},["volar.icon.splitEditors"] = {default = true,description = "Show split editor icon in title area of editor.",type = "boolean"},["volar.preview.backgroundColor"] = {default = "#fff",description = "Component preview background color.",type = "string"},["volar.preview.port"] = {default = 3333,description = "Default port for component preview server.",type = "number"},["volar.preview.script.nuxi"] = {default = "node {NUXI_BIN} dev --port {PORT}",type = "string"},["volar.preview.script.vite"] = {default = "node {VITE_BIN} --port={PORT}",type = "string"},["volar.preview.transparentGrid"] = {default = true,description = "Component preview background style.",type = "boolean"},["volar.splitEditors.layout.left"] = {default = { "script", "scriptSetup", "styles" },type = "array"},["volar.splitEditors.layout.right"] = {default = { "template", "customBlocks" },type = "array"},["volar.takeOverMode.enabled"] = {default = "auto",description = "Take over language support for *.ts.",enum = { "auto", true, false },enumDescriptions = { "Auto enable take over mode when built-in TS extension disabled.", "Alway enable take over mode.", "Never enable take over mode." },type = "boolean"},["volar.vueserver.maxOldSpaceSize"] = {default = vim.NIL,description = 'Set --max-old-space-size option on server process. If you have problem on frequently "Request textDocument/** failed." error, try setting higher memory(MB) on it.',type = { "number", "null" }},["volar.vueserver.useSecondServer"] = {default = false,description = "Use second server to progress heavy diagnostic works, the main server workhorse computing intellisense, operations such as auto-complete can respond faster. Note that this will lead to more memory usage.",type = "boolean"}},title = "Volar",type = "object"} \ No newline at end of file