users/jan: add json ls to global scope
This commit is contained in:
parent
92bb77a4ee
commit
433102ea63
2 changed files with 3 additions and 0 deletions
|
@ -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 = {};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -159,6 +159,8 @@
|
||||||
procs
|
procs
|
||||||
bottom
|
bottom
|
||||||
jq
|
jq
|
||||||
|
|
||||||
|
nodePackages.vscode-langservers-extracted # html, css, json, eslint
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
Loading…
Reference in a new issue