Clear out python + fix vim config

This commit is contained in:
Filippo Berto 2025-03-28 11:31:48 +01:00
parent 98ab0e1a4c
commit d5fb5ba07b
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 4 additions and 2 deletions

View file

@ -13,6 +13,7 @@ in
[
py
pyPkgs.black
pkgs.ruff
]
++ lib.optionals config.programs.helix.enable (
(builtins.attrValues { inherit (pyPkgs) python-lsp-server pyls-flake8 pyls-isort; })
@ -22,5 +23,4 @@ in
(builtins.attrValues { inherit (pyPkgs) python-lsp-server pyls-flake8 pyls-isort; })
++ pyPkgs.python-lsp-server.optional-dependencies.all
);
programs.neovim.withPython3 = true;
}

View file

@ -11,6 +11,8 @@ in
vimAlias = true;
vimdiffAlias = true;
withPython3 = true;
plugins = [
vp.plenary-nvim