From 966d12ac730c83da90d60ab24eae539b2ea69441 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 24 Sep 2025 00:14:04 +0200 Subject: Update/Overhaul --- lsp/jsonls.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lsp/jsonls.lua (limited to 'lsp/jsonls.lua') diff --git a/lsp/jsonls.lua b/lsp/jsonls.lua new file mode 100644 index 0000000..6474e0a --- /dev/null +++ b/lsp/jsonls.lua @@ -0,0 +1,4 @@ +return { + cmd = { "vscode-json-language-server", "--stdio" }, + filetypes = { "json", "jsonc" } +} \ No newline at end of file -- cgit v1.2.3