mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/none-ls: treefmt2 -> treefmt
This commit is contained in:
parent
122375e764
commit
708f8a179b
1 changed files with 1 additions and 1 deletions
|
@ -91,6 +91,7 @@ in
|
||||||
"stylua"
|
"stylua"
|
||||||
"tfsec"
|
"tfsec"
|
||||||
"topiary"
|
"topiary"
|
||||||
|
"treefmt"
|
||||||
"trivy"
|
"trivy"
|
||||||
"typstfmt"
|
"typstfmt"
|
||||||
"typstyle"
|
"typstyle"
|
||||||
|
@ -236,7 +237,6 @@ in
|
||||||
terragrunt_fmt = "terragrunt";
|
terragrunt_fmt = "terragrunt";
|
||||||
terragrunt_validate = "terragrunt";
|
terragrunt_validate = "terragrunt";
|
||||||
tidy = "html-tidy";
|
tidy = "html-tidy";
|
||||||
treefmt = "treefmt2";
|
|
||||||
verible_verilog_format = "verible";
|
verible_verilog_format = "verible";
|
||||||
vint = "vim-vint";
|
vint = "vim-vint";
|
||||||
write_good = "write-good";
|
write_good = "write-good";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue