neovim: enable json ls
This commit is contained in:
parent
b674bd8b36
commit
019df2b55e
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +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 = {};
|
||||
jsonls = { };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue