Skip to content

Commit 8a4dc23

Browse files
SuperSandro2000traxys
authored andcommitted
plugins/{lsp,none-ls}: remove package aliases
1 parent c9a6912 commit 8a4dc23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/lsp/language-servers/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ let
550550
{
551551
name = "tsserver";
552552
description = "tsserver for TypeScript";
553-
package = pkgs.nodePackages.typescript-language-server;
553+
package = pkgs.typescript-language-server;
554554
}
555555
{
556556
name = "typos-lsp";

plugins/none-ls/packages.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ pkgs: {
8181
stylua
8282
tfsec
8383
topiary
84-
treefmt
8584
trivy
8685
typstfmt
8786
typstyle
@@ -145,7 +144,7 @@ pkgs: {
145144
isortd = pkgs.isort;
146145
ltrs = pkgs.languagetool-rust;
147146
markdownlint_cli2 = pkgs.markdownlint-cli2;
148-
markdownlint = pkgs.nodePackages.markdownlint-cli;
147+
markdownlint = pkgs.markdownlint-cli;
149148
mix = pkgs.elixir;
150149
nimpretty = pkgs.nim;
151150
nixfmt = pkgs.nixfmt-classic;
@@ -173,6 +172,7 @@ pkgs: {
173172
terraform_fmt = pkgs.terraform;
174173
terraform_validate = pkgs.terraform;
175174
tidy = pkgs.html-tidy;
175+
treefmt = pkgs.treefmt2;
176176
verible_verilog_format = pkgs.verible;
177177
vint = pkgs.vim-vint;
178178
write_good = pkgs.write-good;

0 commit comments

Comments
 (0)