nixvim/config/plugins/cmp/schemastore.nix
Patrick Michl 28d8213ebc
add config
2024-11-05 13:01:15 +01:00

14 lines
138 B
Nix

{
plugins.schemastore = {
enable = true;
json = {
enable = true;
};
yaml = {
enable = true;
};
};
}