14 lines
138 B
Nix
14 lines
138 B
Nix
{
|
|
plugins.schemastore = {
|
|
enable = true;
|
|
|
|
json = {
|
|
enable = true;
|
|
};
|
|
|
|
yaml = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|