use ruff alongside other lsp servers

This commit is contained in:
QuiNzX 2025-01-18 18:28:20 +01:00
commit 842e958777
2 changed files with 23 additions and 20 deletions

View file

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