aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua
blob: d1e1ab2f241e9d24e4375aebcea8db234964e8f7 (plain) (blame)
1
2
3
-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
-- stylua: ignore start
return {properties = {["zetaNote.customCommand"] = {description = "When set use this command to run the language server.\nThe command is split on spaces: first part is the command name, the rest is the arguments.",scope = "window",type = "string"},["zetaNote.customCommandDir"] = {markdownDescription = "When set run the `#zetaNote.customCommand#` from this dir rather than workspace root.",scope = "window",type = "string"},["zetaNote.trace.server"] = {default = "verbose",description = "Level of verbosity in communicating with the server",enum = { "off", "messages", "verbose" },scope = "window",type = "string"}},title = "Zeta Note"}