fix jsonls lsp config
This commit is contained in:
parent
7ced740381
commit
4a5d74b19f
2 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ capabilities.textDocument.completion.completionItem.snippetSupport = true
|
|||
return {
|
||||
cmd = { "vscode-json-language-server", "--stdio" },
|
||||
filetypes = { "json", "jsonc" },
|
||||
root_markers = { "." },
|
||||
|
||||
capabilities = capabilities,
|
||||
init_options = {
|
||||
|
|
|
|||
|
|
@ -60,7 +60,8 @@ return {
|
|||
"lua-language-server", "vtsls", "ruff", "mypy", "black",
|
||||
"pyright", "tailwindcss-language-server",
|
||||
"eslint-lsp", "lemminx", "gopls", "prettierd", "dotenv-linter",
|
||||
"editorconfig-checker", "proselint", "rust-analyzer", "taplo"
|
||||
"editorconfig-checker", "proselint", "rust-analyzer", "taplo",
|
||||
"json-lsp"
|
||||
}
|
||||
},
|
||||
config = function(_, opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue