From 5eaef358bbfe79e828349239e9b05b5ba8572ebb Mon Sep 17 00:00:00 2001 From: "William Boman (automated)" Date: Fri, 13 May 2022 13:35:38 +0000 Subject: run autogen_metadata.lua --- lua/nvim-lsp-installer/_generated/schemas/fortls.lua | 3 --- lua/nvim-lsp-installer/_generated/schemas/volar.lua | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 lua/nvim-lsp-installer/_generated/schemas/fortls.lua (limited to 'lua') 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 serve