nixos-combined-flake/modules/nixvim/plugins/lsp/languages/json.nix

8 lines
78 B
Nix

{
plugins.lsp = {
servers = {
jsonls.enable = true;
};
};
}