aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/_generated
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
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')
-rw-r--r--lua/nvim-lsp-installer/_generated/filetype_map.lua2
-rw-r--r--lua/nvim-lsp-installer/_generated/language_autocomplete_map.lua2
-rw-r--r--lua/nvim-lsp-installer/_generated/metadata.lua3
-rw-r--r--lua/nvim-lsp-installer/_generated/schemas/zeta_note.lua3
4 files changed, 8 insertions, 2 deletions
diff --git a/lua/nvim-lsp-installer/_generated/filetype_map.lua b/lua/nvim-lsp-installer/_generated/filetype_map.lua
index a133784e..eb8ad20d 100644
--- a/lua/nvim-lsp-installer/_generated/filetype_map.lua
+++ b/lua/nvim-lsp-installer/_generated/filetype_map.lua
@@ -70,7 +70,7 @@ return {
liquid = { "tailwindcss" },
llw = { "lelwel_ls" },
lua = { "sumneko_lua" },
- markdown = { "grammarly", "ltex", "remark_ls", "tailwindcss", "zk" },
+ markdown = { "grammarly", "ltex", "remark_ls", "tailwindcss", "zeta_note", "zk" },
mdx = { "tailwindcss" },
mustache = { "tailwindcss" },
mysql = { "sqlls", "sqls" },
diff --git a/lua/nvim-lsp-installer/_generated/language_autocomplete_map.lua b/lua/nvim-lsp-installer/_generated/language_autocomplete_map.lua
index 4a7ca615..5bfaa9d1 100644
--- a/lua/nvim-lsp-installer/_generated/language_autocomplete_map.lua
+++ b/lua/nvim-lsp-installer/_generated/language_autocomplete_map.lua
@@ -19,7 +19,7 @@ return {
javascript = { "eslint", "quick_lint_js", "rome", "tsserver" },
latex = { "ltex", "texlab" },
lua = { "sumneko_lua" },
- markdown = { "remark_ls", "zk" },
+ markdown = { "remark_ls", "zeta_note", "zk" },
nix = { "rnix" },
["objective-c"] = { "ccls" },
onescript = { "bsl_ls" },
diff --git a/lua/nvim-lsp-installer/_generated/metadata.lua b/lua/nvim-lsp-installer/_generated/metadata.lua
index 280bb871..4c12d7dd 100644
--- a/lua/nvim-lsp-installer/_generated/metadata.lua
+++ b/lua/nvim-lsp-installer/_generated/metadata.lua
@@ -286,6 +286,9 @@ return {
yamlls = {
filetypes = { "yaml", "yaml.docker-compose" }
},
+ zeta_note = {
+ filetypes = { "markdown" }
+ },
zk = {
filetypes = { "markdown" }
},
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