Remove uv, eslint and typescript-language-server

This commit is contained in:
Evie Litherland-Smith 2024-09-23 10:12:04 +01:00
parent f0cc8f366b
commit 4e838e1f24

View file

@ -12,7 +12,6 @@
};
programs.emacs = {
# Clone emacs config from https://git.xenia.me.uk/pixelifytica/emacs.git
# git clone https://git.xenia.me.uk/pixelifytica/emacs.git ~/.emacs.d
enable = true;
package = pkgs.emacs29-pgtk;
extraConfig =
@ -93,14 +92,12 @@
silicon
## Python Environments
uv
poetry
## Linters
shellcheck
yamllint
ruff
nodePackages.eslint
## Formatters
nixfmt-rfc-style
@ -111,7 +108,6 @@
## Language servers
nixd
lua-language-server
nodePackages.typescript-language-server
## Interpreters
(python3.withPackages (