Don't install python + packages by default
Add some more language servers to installed list
This commit is contained in:
parent
186ae249f6
commit
ecba04cbad
|
@ -113,23 +113,11 @@
|
|||
|
||||
## Language servers
|
||||
nixd
|
||||
python3Packages.python-lsp-server
|
||||
lua-language-server
|
||||
rust-analyzer
|
||||
typescript-language-server
|
||||
|
||||
## Interpreters
|
||||
(python3.withPackages (
|
||||
ps: with ps; [
|
||||
tkinter
|
||||
python-lsp-server
|
||||
pylsp-rope
|
||||
rope
|
||||
flake8
|
||||
isort
|
||||
mypy
|
||||
numpy
|
||||
scipy
|
||||
xarray
|
||||
matplotlib
|
||||
]
|
||||
))
|
||||
];
|
||||
xdg.configFile."ruff/pyproject.toml".source = ./ruff.toml;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue