languages/astro: init (#481)

* LSP: Add astro

* LSP: Properly add astro

* LSP: Properly actually add astro

* Flake: Fix mnw

* Update flake/develop.nix

Co-authored-by: raf <raf@notashelf.dev>

* Update configuration.nix

Co-authored-by: raf <raf@notashelf.dev>

* Update astro.nix

* Update rl-0.7.md

---------

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
DamitusThyYeetus123 2024-12-04 10:13:56 +11:00 committed by GitHub
commit fd4df3432e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 168 additions and 3 deletions

View file

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