languages/assembly: init (#447)

* asm: init

* docs: added changelog for assembly

* asm: fixing requested changes

* configuration: assembly set to false
This commit is contained in:
Soliprem 2024-11-09 21:13:27 +01:00 committed by GitHub
commit 1604c7423f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 53 additions and 0 deletions

View file

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