aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/_generated/schemas/fortls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/_generated/schemas/fortls.lua')
-rw-r--r--lua/nvim-lsp-installer/_generated/schemas/fortls.lua3
1 files changed, 0 insertions, 3 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