From 54f9480f57152c5702f3508a50dee9e819e143ae Mon Sep 17 00:00:00 2001 From: QuiNzX Date: Tue, 21 Jan 2025 23:48:06 +0100 Subject: [PATCH] edit release notes & revert python to isMaximal --- configuration.nix | 6 +----- docs/release-notes/rl-0.8.md | 5 +++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 7f85c4ba..5f78ea9e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -59,11 +59,7 @@ isMaximal: { go.enable = isMaximal; lua.enable = isMaximal; zig.enable = isMaximal; - python = { - enable = true; - format.type = "ruff"; - lsp.server = ["ruff" "basedpyright"]; - }; + python = isMaximal; typst.enable = isMaximal; rust = { enable = isMaximal; diff --git a/docs/release-notes/rl-0.8.md b/docs/release-notes/rl-0.8.md index 686c883a..657bc3c9 100644 --- a/docs/release-notes/rl-0.8.md +++ b/docs/release-notes/rl-0.8.md @@ -126,6 +126,7 @@ [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`.