Remove uv, eslint and typescript-language-server
This commit is contained in:
parent
f0cc8f366b
commit
4e838e1f24
|
@ -12,7 +12,6 @@
|
||||||
};
|
};
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
# Clone emacs config from https://git.xenia.me.uk/pixelifytica/emacs.git
|
# 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;
|
enable = true;
|
||||||
package = pkgs.emacs29-pgtk;
|
package = pkgs.emacs29-pgtk;
|
||||||
extraConfig =
|
extraConfig =
|
||||||
|
@ -93,14 +92,12 @@
|
||||||
silicon
|
silicon
|
||||||
|
|
||||||
## Python Environments
|
## Python Environments
|
||||||
uv
|
|
||||||
poetry
|
poetry
|
||||||
|
|
||||||
## Linters
|
## Linters
|
||||||
shellcheck
|
shellcheck
|
||||||
yamllint
|
yamllint
|
||||||
ruff
|
ruff
|
||||||
nodePackages.eslint
|
|
||||||
|
|
||||||
## Formatters
|
## Formatters
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
|
@ -111,7 +108,6 @@
|
||||||
## Language servers
|
## Language servers
|
||||||
nixd
|
nixd
|
||||||
lua-language-server
|
lua-language-server
|
||||||
nodePackages.typescript-language-server
|
|
||||||
|
|
||||||
## Interpreters
|
## Interpreters
|
||||||
(python3.withPackages (
|
(python3.withPackages (
|
||||||
|
|
Loading…
Reference in a new issue