python-lsp-server fixed

This commit is contained in:
2026-05-21 15:55:14 +02:00
parent 41d3711b9b
commit c14e2372bb
3 changed files with 16 additions and 16 deletions

View File

@ -24,12 +24,12 @@
nodejs_24
glsl_analyzer
opencode
# (pkgs.python3.withPackages (ps: with ps; [
# python-lsp-server
# pylsp-mypy
# python-lsp-ruff
# pycodestyle
# ])) #BORKED
(pkgs.python3.withPackages (ps: with ps; [
python-lsp-server
pylsp-mypy
python-lsp-ruff
pycodestyle
]))
];
# programs.neovim.extraLuaConfig = ''