aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-01-12 13:45:51 +0100
committerGitHub <noreply@github.com>2022-01-12 13:45:51 +0100
commit16ee8fff2536f202185bd14b58d566e7b53685a2 (patch)
tree27cc20543e6d6ace54f2e2df58533f790b374709 /lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua
parentfix(ccls): default to system clang+llvm if no prebuilt dist exist for current... (diff)
downloadmason-16ee8fff2536f202185bd14b58d566e7b53685a2.tar
mason-16ee8fff2536f202185bd14b58d566e7b53685a2.tar.gz
mason-16ee8fff2536f202185bd14b58d566e7b53685a2.tar.bz2
mason-16ee8fff2536f202185bd14b58d566e7b53685a2.tar.lz
mason-16ee8fff2536f202185bd14b58d566e7b53685a2.tar.xz
mason-16ee8fff2536f202185bd14b58d566e7b53685a2.tar.zst
mason-16ee8fff2536f202185bd14b58d566e7b53685a2.zip
autogen_metadata: use gist registry (#417)
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