diff --git a/system/home/emacs/default.nix b/system/home/emacs/default.nix index cb5e7b2e..1633ec62 100644 --- a/system/home/emacs/default.nix +++ b/system/home/emacs/default.nix @@ -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; }