Update configuration.nix

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
DamitusThyYeetus123 2024-12-04 09:41:05 +11:00 committed by GitHub
parent 90e19c5f51
commit 94cd554d9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ isMaximal: {
# Assembly is not common, and the asm LSP is a major hit-or-miss
assembly.enable = false;
astro.enable = isMaximal;
astro.enable = false;
markdown.enable = isMaximal;
html.enable = isMaximal;
css.enable = isMaximal;