From 6010546517bed297f8737608868f19c35ac35956 Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Sat, 19 Apr 2025 00:08:33 +0200 Subject: [PATCH] feat: add jsonls lsp --- lua/custom/lsp/config/jsonls.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 lua/custom/lsp/config/jsonls.lua diff --git a/lua/custom/lsp/config/jsonls.lua b/lua/custom/lsp/config/jsonls.lua new file mode 100644 index 0000000..a564707 --- /dev/null +++ b/lua/custom/lsp/config/jsonls.lua @@ -0,0 +1 @@ +return {}