aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-01-28 19:11:44 +0100
committerWilliam Boman <william@redwill.se>2022-01-28 19:11:44 +0100
commita9deff59a167cd01098fc8bd00ca7abfc5470290 (patch)
treead0a9e5f432cfac3f83cff555c910a83dab2177b /lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua
parentadd base input to workflow step (diff)
downloadmason-a9deff59a167cd01098fc8bd00ca7abfc5470290.tar
mason-a9deff59a167cd01098fc8bd00ca7abfc5470290.tar.gz
mason-a9deff59a167cd01098fc8bd00ca7abfc5470290.tar.bz2
mason-a9deff59a167cd01098fc8bd00ca7abfc5470290.tar.lz
mason-a9deff59a167cd01098fc8bd00ca7abfc5470290.tar.xz
mason-a9deff59a167cd01098fc8bd00ca7abfc5470290.tar.zst
mason-a9deff59a167cd01098fc8bd00ca7abfc5470290.zip
add zeta_note
Diffstat (limited to 'lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua')
-rw-r--r--lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua b/lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua
new file mode 100644
index 00000000..d1e1ab2f
--- /dev/null
+++ b/lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua
@@ -0,0 +1,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"} \ No newline at end of file