rename: packages -> package & lsp server options

This commit is contained in:
QuiNzX 2025-01-20 16:44:59 +01:00 committed by QuiNzX
commit caa177c91f
2 changed files with 20 additions and 20 deletions

View file

@ -62,7 +62,7 @@ isMaximal: {
python = {
enable = true;
format.type = "ruff";
lsp.servers = ["ruff" "basedpyright"];
lsp.server = ["ruff" "basedpyright"];
};
typst.enable = isMaximal;
rust = {