aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-schemas/lsp/nickel-lang-lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/mason-schemas/lsp/nickel-lang-lsp.lua')
-rw-r--r--lua/mason-schemas/lsp/nickel-lang-lsp.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/mason-schemas/lsp/nickel-lang-lsp.lua b/lua/mason-schemas/lsp/nickel-lang-lsp.lua
new file mode 100644
index 00000000..c18af1a6
--- /dev/null
+++ b/lua/mason-schemas/lsp/nickel-lang-lsp.lua
@@ -0,0 +1,3 @@
+-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
+-- stylua: ignore start
+return {properties = {["nls.server.debugLog"] = {default = false,description = "Logs the communication between VS Code and the language server.",scope = "window",type = "boolean"},["nls.server.path"] = {default = "nls",description = "Path to nickel language server",scope = "window",type = "string"},["nls.server.trace"] = {description = "Enables performance tracing to the given file",scope = "window",type = "string"}},title = "Nickel Language Server Configuration",type = "object"} \ No newline at end of file