From 43af656a9e1325e76c69e6f5e694214156c278f1 Mon Sep 17 00:00:00 2001 From: Marcelo Date: Sun, 30 Mar 2025 04:26:45 -0300 Subject: Replace nvim-lspconfig and blink completion with NVIM 0.11 native options. --- lsp/json.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lsp/json.lua (limited to 'lsp/json.lua') 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, + }, +} -- cgit v1.2.3