From e90a4f3f66c6e64d187b9f0cbb67133f1a77c0f2 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Sep 2025 23:07:41 +0200 Subject: feat: move lsp configs to `lsp/` --- lsp/jsonls.lua | 8 ++++++++ 1 file changed, 8 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..c6c0776 --- /dev/null +++ b/lsp/jsonls.lua @@ -0,0 +1,8 @@ +return { + settings = { + json = { + schemas = require('schemastore').json.schemas(), + validate = { enable = true }, + }, + }, +} -- cgit v1.2.3