summaryrefslogtreecommitdiff
path: root/lua/plugins/lang/json.lua
diff options
context:
space:
mode:
authorChristian Segundo2024-07-12 17:23:45 +0200
committerChristian Segundo2024-07-12 17:23:45 +0200
commit07ef6f271a0864f6337dbdfeb784a72926d6ddd1 (patch)
treee3c41477f4cff2f91bf6543a1a4c6f85b55a21d3 /lua/plugins/lang/json.lua
parent389f81243903508127131d8c20fd6a222e0fcadc (diff)
downloadconfig-07ef6f271a0864f6337dbdfeb784a72926d6ddd1.tar.gz
fix jsonls
Diffstat (limited to 'lua/plugins/lang/json.lua')
-rw-r--r--lua/plugins/lang/json.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/lang/json.lua b/lua/plugins/lang/json.lua
index 0df3a15..1c33afb 100644
--- a/lua/plugins/lang/json.lua
+++ b/lua/plugins/lang/json.lua
@@ -19,7 +19,7 @@ return {
client.server_capabilities.documentFormattingProvider = true
client.server_capabilities.documentRangeFormattingProvider = true
end,
- cmd = { "json-language-server", "--stdio" },
+ cmd = { "vscode-json-language-server", "--stdio" },
}
end
end,