mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-05 00:41:44 +05:30
10 lines
200 B
Lua
10 lines
200 B
Lua
return {
|
|
cmd = { "vscode-json-languageserver", "--stdio" },
|
|
settings = {
|
|
json = {
|
|
format = { enable = true },
|
|
validate = { enable = true },
|
|
},
|
|
},
|
|
}
|