aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/_generated
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-05-11 15:56:17 +0200
committerWilliam Boman <william@redwill.se>2022-05-11 15:56:17 +0200
commit94c444e000f6940133b4c8f04b0a1aea7d95c0a9 (patch)
treef5df65da5d8d06eb910afe26aa71decfc8a4e2d1 /lua/nvim-lsp-installer/_generated
parentrun autogen_metadata.lua (diff)
downloadmason-94c444e000f6940133b4c8f04b0a1aea7d95c0a9.tar
mason-94c444e000f6940133b4c8f04b0a1aea7d95c0a9.tar.gz
mason-94c444e000f6940133b4c8f04b0a1aea7d95c0a9.tar.bz2
mason-94c444e000f6940133b4c8f04b0a1aea7d95c0a9.tar.lz
mason-94c444e000f6940133b4c8f04b0a1aea7d95c0a9.tar.xz
mason-94c444e000f6940133b4c8f04b0a1aea7d95c0a9.tar.zst
mason-94c444e000f6940133b4c8f04b0a1aea7d95c0a9.zip
chore!: remove spectral
This server's installation method is too unstable to currently support. It's also deprecated [1]. [1] https://github.com/stoplightio/vscode-spectral/issues/130
Diffstat (limited to 'lua/nvim-lsp-installer/_generated')
-rw-r--r--lua/nvim-lsp-installer/_generated/filetype_map.lua5
-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/spectral.lua3
4 files changed, 2 insertions, 11 deletions
diff --git a/lua/nvim-lsp-installer/_generated/filetype_map.lua b/lua/nvim-lsp-installer/_generated/filetype_map.lua
index 45707ee1..d5135775 100644
--- a/lua/nvim-lsp-installer/_generated/filetype_map.lua
+++ b/lua/nvim-lsp-installer/_generated/filetype_map.lua
@@ -66,7 +66,7 @@ return {
javascript = { "cssmodules_ls", "denols", "ember", "eslint", "quick_lint_js", "rome", "stylelint_lsp", "tailwindcss", "tsserver" },
["javascript.jsx"] = { "denols", "eslint", "tsserver" },
javascriptreact = { "cssmodules_ls", "denols", "eslint", "graphql", "rome", "stylelint_lsp", "tailwindcss", "tsserver" },
- json = { "jsonls", "rome", "spectral" },
+ json = { "jsonls", "rome" },
jsonc = { "jsonls" },
jsonnet = { "jsonnet_ls" },
julia = { "julials" },
@@ -152,10 +152,9 @@ return {
xsd = { "lemminx" },
xsl = { "lemminx" },
xslt = { "lemminx" },
- yaml = { "spectral", "yamlls" },
+ yaml = { "yamlls" },
["yaml.ansible"] = { "ansiblels" },
["yaml.docker-compose"] = { "yamlls" },
- yml = { "spectral" },
zig = { "zls" },
zir = { "zls" }
} \ No newline at end of file
diff --git a/lua/nvim-lsp-installer/_generated/language_autocomplete_map.lua b/lua/nvim-lsp-installer/_generated/language_autocomplete_map.lua
index 68279667..41f35867 100644
--- a/lua/nvim-lsp-installer/_generated/language_autocomplete_map.lua
+++ b/lua/nvim-lsp-installer/_generated/language_autocomplete_map.lua
@@ -6,7 +6,6 @@ return {
["assembly-gas"] = { "asm_lsp" },
["assembly-go"] = { "asm_lsp" },
["assembly-nasm"] = { "asm_lsp" },
- asyncapi = { "spectral" },
c = { "ccls", "clangd" },
["c#"] = { "csharp_ls", "omnisharp" },
["c++"] = { "ccls", "clangd" },
@@ -27,7 +26,6 @@ return {
nix = { "rnix" },
["objective-c"] = { "ccls" },
onescript = { "bsl_ls" },
- openapi = { "spectral" },
php = { "intelephense", "phpactor", "psalm" },
python = { "jedi_language_server", "pylsp", "pyright", "sourcery" },
ruby = { "solargraph", "sorbet" },
diff --git a/lua/nvim-lsp-installer/_generated/metadata.lua b/lua/nvim-lsp-installer/_generated/metadata.lua
index 7ab7dcf9..d95b7468 100644
--- a/lua/nvim-lsp-installer/_generated/metadata.lua
+++ b/lua/nvim-lsp-installer/_generated/metadata.lua
@@ -286,9 +286,6 @@ return {
sourcery = {
filetypes = { "python" }
},
- spectral = {
- filetypes = { "yaml", "json", "yml" }
- },
sqlls = {
filetypes = { "sql", "mysql" }
},
diff --git a/lua/nvim-lsp-installer/_generated/schemas/spectral.lua b/lua/nvim-lsp-installer/_generated/schemas/spectral.lua
deleted file mode 100644
index ae9f1e62..00000000
--- a/lua/nvim-lsp-installer/_generated/schemas/spectral.lua
+++ /dev/null
@@ -1,3 +0,0 @@
--- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
--- stylua: ignore start
-return {properties = {["spectral.enable"] = {default = true,description = "Controls whether or not Spectral is enabled.",scope = "resource",type = "boolean"},["spectral.rulesetFile"] = {description = "Location of the ruleset file to use when validating. If omitted, the default is a .spectral.yml/.spectral.json in the same folder as the document being validated. Paths are relative to the workspace.",scope = "resource",type = "string"},["spectral.run"] = {default = "onType",description = "Run the linter on save (onSave) or as you type (onType).",enum = { "onSave", "onType" },scope = "resource",type = "string"},["spectral.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },scope = "window",type = "string"},["spectral.validateFiles"] = {description = "An array of file globs (e.g., `**/*.yaml`) in minimatch glob format which should be validated by Spectral. If language identifiers are also specified, the file must match both in order to be validated.",items = {type = "string"},scope = "resource",type = "array"},["spectral.validateLanguages"] = {default = { "json", "yaml" },description = "An array of language IDs which should be validated by Spectral. If file globs are also specified, the file must match both in order to be validated.",items = {type = "string"},scope = "resource",type = "array"}},title = "Spectral",type = "object"} \ No newline at end of file