mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-12-26 20:52:22 +00:00
Update configuration.nix
Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
90e19c5f51
commit
94cd554d9d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ isMaximal: {
|
||||||
|
|
||||||
# Assembly is not common, and the asm LSP is a major hit-or-miss
|
# Assembly is not common, and the asm LSP is a major hit-or-miss
|
||||||
assembly.enable = false;
|
assembly.enable = false;
|
||||||
astro.enable = isMaximal;
|
astro.enable = false;
|
||||||
markdown.enable = isMaximal;
|
markdown.enable = isMaximal;
|
||||||
html.enable = isMaximal;
|
html.enable = isMaximal;
|
||||||
css.enable = isMaximal;
|
css.enable = isMaximal;
|
||||||
|
|
Loading…
Reference in a new issue