diff options
Diffstat (limited to 'lsp/json.lua')
| -rw-r--r-- | lsp/json.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lsp/json.lua b/lsp/json.lua new file mode 100644 index 0000000..8b2a8cf --- /dev/null +++ b/lsp/json.lua @@ -0,0 +1,8 @@ +return { + cmd = { "vscode-json-language-server", "--stdio" }, + filetypes = { "json", "jsonc" }, + root_markers = { ".git" }, + init_options = { + provideFormatter = true, + }, +} |
