aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua')
-rw-r--r--lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua b/lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua
deleted file mode 100644
index 43d9e6a5..00000000
--- a/lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua
+++ /dev/null
@@ -1,3 +0,0 @@
--- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
--- stylua: ignore start
-return {properties = {["sourcekit-lsp.inlayHints.enabled"] = {default = false,description = "(experimental) Render inlay type annotations in the editor.",type = "boolean"},["sourcekit-lsp.serverArguments"] = {default = {},description = "Arguments to pass to sourcekit-lsp. Argument keys and values should be provided as separate entries in the array e.g. ['--log-level', 'debug']",items = {type = "string"},type = "array"},["sourcekit-lsp.serverPath"] = {default = "sourcekit-lsp",description = "The path of the sourcekit-lsp executable",type = "string"},["sourcekit-lsp.toolchainPath"] = {default = "",description = "(optional) The path of the swift toolchain. By default, sourcekit-lsp uses the toolchain it is installed in.",type = "string"},["sourcekit-lsp.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the SourceKit-LSP language server.",enum = { "off", "messages", "verbose" },type = "string"}},title = "SourceKit-LSP",type = "object"} \ No newline at end of file