aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-12-29 16:58:06 +0100
committerGitHub <noreply@github.com>2021-12-29 16:58:06 +0100
commite97c04c939d3380b0c734d5c1d464b9dc06a9e8f (patch)
tree1a761437bbad68dd21e0720ef524d41334acce5c /lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua
parentfix(arduino_language_server): install clangd, also add docs on how to work wi... (diff)
downloadmason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.tar
mason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.tar.gz
mason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.tar.bz2
mason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.tar.lz
mason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.tar.xz
mason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.tar.zst
mason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.zip
feat(ui): display interactive server settings schema table (#363)
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, 3 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua b/lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua
new file mode 100644
index 00000000..43d9e6a5
--- /dev/null
+++ b/lua/nvim-lsp-installer/_generated/schemas/sourcekit.lua
@@ -0,0 +1,3 @@
+-- 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