edit release notes & revert python to isMaximal

This commit is contained in:
QuiNzX 2025-01-21 23:48:06 +01:00
commit 54f9480f57
2 changed files with 4 additions and 7 deletions

View file

@ -59,11 +59,7 @@ isMaximal: {
go.enable = isMaximal; go.enable = isMaximal;
lua.enable = isMaximal; lua.enable = isMaximal;
zig.enable = isMaximal; zig.enable = isMaximal;
python = { python = isMaximal;
enable = true;
format.type = "ruff";
lsp.server = ["ruff" "basedpyright"];
};
typst.enable = isMaximal; typst.enable = isMaximal;
rust = { rust = {
enable = isMaximal; enable = isMaximal;

View file

@ -126,6 +126,7 @@
[QuiNzX](https://github.com/QuiNzX): [QuiNzX](https://github.com/QuiNzX):
[ruff]: (https://github.com/astral-sh/ruff) [ruff lsp]: (https://github.com/astral-sh/ruff)
- Add ruff as lsp alongside other lsp servers. Under `vim.languages.python.lsp`. - Add ruff as lsp alongside other lsp servers in a list as an option. Under
`vim.languages.python.lsp.server`.