plugins/schemastore: enable lsp in 'empty' test to avoid the warning

This commit is contained in:
Gaetan Lepage 2024-06-06 11:02:09 +02:00 committed by Gaétan Lepage
parent 74a6731226
commit 04671a049a

View file

@ -1,6 +1,17 @@
{
empty = {
plugins.schemastore.enable = true;
plugins = {
lsp = {
enable = true;
servers = {
jsonls.enable = true;
yamlls.enable = true;
};
};
schemastore.enable = true;
};
};
example = {