update python lsp
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{ pkgs, ... }@all: with all;
|
||||
{
|
||||
{ pkgs, ... }@all: with all; {
|
||||
home = let
|
||||
python-with-packages = pkgs.python3.withPackages (pp: with pp; [
|
||||
ipython
|
||||
@@ -11,7 +10,7 @@
|
||||
packages = [
|
||||
python-with-packages
|
||||
] ++ (with pkgs; [
|
||||
python311Packages.python-lsp-server
|
||||
python313Packages.python-lsp-server
|
||||
ruff
|
||||
pyright
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user