plugins/nonels/prettierd: add disableTsServerFormatting option to prettierd

Add a new option (and warning) to disable the typescript-language-server (ts_ls) formatting the same as for prettier.
This commit is contained in:
Pyxels 2024-11-08 11:17:06 +01:00 committed by nix-infra-bot
parent 7dc65b2d98
commit d593b82436
2 changed files with 49 additions and 1 deletions

View file

@ -5,7 +5,10 @@ let
in
{
imports =
[ ./prettier.nix ]
[
./prettier.nix
./prettierd.nix
]
++ (lib.flatten (
lib.mapAttrsToList (category: (lib.map (mkSourcePlugin category))) noneLsBuiltins
));