Merge branch 'main' into feat/jinja

This commit is contained in:
Ching Pei Yang 2026-01-29 19:28:39 +01:00 committed by GitHub
commit 96de3676e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 182 additions and 17 deletions

View file

@ -72,6 +72,7 @@ isMaximal: {
extensions.crates-nvim.enable = isMaximal;
};
toml.enable = isMaximal;
xml.enable = isMaximal;
# Language modules that are not as common.
assembly.enable = false;