Remove uv, eslint and typescript-language-server
This commit is contained in:
parent
f0cc8f366b
commit
4e838e1f24
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue