Skip to content

Commit

Permalink
Add python lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Apr 1, 2024
1 parent 68381dc commit 4a19c43
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,15 @@
gdb
gnumake

python310
(python310.withPackages (ps: with ps; [
python-lsp-server
pylsp-mypy
pylsp-rope
python-lsp-black
isort
python-lsp-ruff
ujson
]))
pypy310
];
in
Expand Down

0 comments on commit 4a19c43

Please sign in to comment.