mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 19:40:06 +02:00
plugins/{lsp,none-ls}: remove package aliases
This commit is contained in:
parent
c9a6912be5
commit
8a4dc239d6
2 changed files with 3 additions and 3 deletions
|
@ -550,7 +550,7 @@ let
|
|||
{
|
||||
name = "tsserver";
|
||||
description = "tsserver for TypeScript";
|
||||
package = pkgs.nodePackages.typescript-language-server;
|
||||
package = pkgs.typescript-language-server;
|
||||
}
|
||||
{
|
||||
name = "typos-lsp";
|
||||
|
|
|
@ -81,7 +81,6 @@ pkgs: {
|
|||
stylua
|
||||
tfsec
|
||||
topiary
|
||||
treefmt
|
||||
trivy
|
||||
typstfmt
|
||||
typstyle
|
||||
|
@ -145,7 +144,7 @@ pkgs: {
|
|||
isortd = pkgs.isort;
|
||||
ltrs = pkgs.languagetool-rust;
|
||||
markdownlint_cli2 = pkgs.markdownlint-cli2;
|
||||
markdownlint = pkgs.nodePackages.markdownlint-cli;
|
||||
markdownlint = pkgs.markdownlint-cli;
|
||||
mix = pkgs.elixir;
|
||||
nimpretty = pkgs.nim;
|
||||
nixfmt = pkgs.nixfmt-classic;
|
||||
|
@ -173,6 +172,7 @@ pkgs: {
|
|||
terraform_fmt = pkgs.terraform;
|
||||
terraform_validate = pkgs.terraform;
|
||||
tidy = pkgs.html-tidy;
|
||||
treefmt = pkgs.treefmt2;
|
||||
verible_verilog_format = pkgs.verible;
|
||||
vint = pkgs.vim-vint;
|
||||
write_good = pkgs.write-good;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue