Trim python config, switch to jedi-language-server

Reorganise layout a little bit too, purely cosmetic
This commit is contained in:
Evie Litherland-Smith 2024-03-19 10:40:56 +00:00
parent 70e118d962
commit b141c15e14

View file

@ -1,8 +1,8 @@
{pkgs, ...}: {
home.packages = with pkgs; [
# Nix
alejandra
nil
alejandra
# Lua
lua
@ -10,26 +10,20 @@
stylua
# Python
poetry
(python3.withPackages
(ps:
with ps; [
pyflakes
black
isort
mypy
python-lsp-server
]))
python3
python3Packages.jedi-language-server
ruff
mypy
# Fortran
gfortran
fortls
# Rust toolchain
cargo
rustc
rustfmt
rust-analyzer
cargo
rustfmt
clippy
# JavaScript / TypeScript