users/jan: add json ls to global scope

This commit is contained in:
Dmitriy Pleshevskiy 2024-08-07 02:42:16 +03:00
parent 92bb77a4ee
commit 433102ea63
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
2 changed files with 3 additions and 0 deletions

View file

@ -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" ]; root_dir = call "${config.plugin.nvim-lspconfig.varName}.util.root_pattern" [ "deno.json" "deno.jsonc" ];
}; };
jdtls = { cmd = [ "jdtls" ]; }; jdtls = { cmd = [ "jdtls" ]; };
jsonls = {};
}; };
} }

View file

@ -159,6 +159,8 @@
procs procs
bottom bottom
jq jq
nodePackages.vscode-langservers-extracted # html, css, json, eslint
]; ];
home.file = { home.file = {