plugins/none-ls: add prettierd (#1058)

add prettierd formatter source for none-ls.
This commit is contained in:
Mateus Alves 2024-02-12 04:40:11 -03:00 committed by GitHub
parent f44d117d59
commit b0edf063c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -109,6 +109,7 @@
nixpkgs_fmt.enable = true;
phpcbf.enable = true;
prettier.enable = true;
prettierd.enable = true;
shfmt.enable = true;
stylua.enable = true;
taplo.enable = true;