From 502920af586d4af126788b8395f1448a9b0d2d9c Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Mon, 9 Feb 2026 10:16:28 +0800 Subject: [PATCH] feat(nvim): add vscode-json-languageserver --- modules/coding/editor/neovim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/coding/editor/neovim/default.nix b/modules/coding/editor/neovim/default.nix index dedb96e..5344613 100644 --- a/modules/coding/editor/neovim/default.nix +++ b/modules/coding/editor/neovim/default.nix @@ -27,6 +27,7 @@ in ripgrep # telescope + vscode-json-languageserver typos-lsp ]; };