Merge branch 'main' into vue_language_server

This commit is contained in:
Mia 2026-01-19 11:00:47 +01:00 committed by GitHub
commit 7a0d1dffda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 1660 additions and 934 deletions

View file

@ -71,6 +71,7 @@ isMaximal: {
enable = isMaximal;
extensions.crates-nvim.enable = isMaximal;
};
toml.enable = isMaximal;
# Language modules that are not as common.
assembly.enable = false;
@ -215,7 +216,6 @@ isMaximal: {
};
notes = {
obsidian.enable = false; # FIXME: neovim fails to build if obsidian is enabled
neorg.enable = false;
orgmode.enable = false;
mind-nvim.enable = isMaximal;