mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
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:
parent
7dc65b2d98
commit
d593b82436
2 changed files with 49 additions and 1 deletions
|
@ -5,7 +5,10 @@ let
|
|||
in
|
||||
{
|
||||
imports =
|
||||
[ ./prettier.nix ]
|
||||
[
|
||||
./prettier.nix
|
||||
./prettierd.nix
|
||||
]
|
||||
++ (lib.flatten (
|
||||
lib.mapAttrsToList (category: (lib.map (mkSourcePlugin category))) noneLsBuiltins
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue