nvim-lsp/zls: re-enable in test

This commit is contained in:
Gaetan Lepage 2023-05-15 23:42:03 +02:00 committed by Gaétan Lepage
parent 9ca0f67b10
commit 1d478841f8

View file

@ -82,7 +82,7 @@
typst-lsp.enable = true; typst-lsp.enable = true;
vuels.enable = true; vuels.enable = true;
yamlls.enable = true; yamlls.enable = true;
# zls.enable = true; Broken as of 03/17/2023 zls.enable = true;
}; };
}; };
}; };