From 433102ea63307922006c0b6b1d37767594ee6dab Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 7 Aug 2024 02:42:16 +0300 Subject: [PATCH] users/jan: add json ls to global scope --- neovim/configs/language-server.nix | 1 + users/jan/default.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/neovim/configs/language-server.nix b/neovim/configs/language-server.nix index fff32a4..3e2eb33 100644 --- a/neovim/configs/language-server.nix +++ b/neovim/configs/language-server.nix @@ -52,5 +52,6 @@ let inherit (lib.nix2lua) call; in root_dir = call "${config.plugin.nvim-lspconfig.varName}.util.root_pattern" [ "deno.json" "deno.jsonc" ]; }; jdtls = { cmd = [ "jdtls" ]; }; + jsonls = {}; }; } diff --git a/users/jan/default.nix b/users/jan/default.nix index b667ef1..6eb996c 100644 --- a/users/jan/default.nix +++ b/users/jan/default.nix @@ -159,6 +159,8 @@ procs bottom jq + + nodePackages.vscode-langservers-extracted # html, css, json, eslint ]; home.file = {