mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/none-ls: add disableTsServerFormatter option
This commit is contained in:
parent
19b2792602
commit
944a84b2c0
2 changed files with 56 additions and 1 deletions
|
@ -179,7 +179,11 @@ with lib; let
|
|||
serverData;
|
||||
dataFlattened = flatten serverDataFormatted;
|
||||
in {
|
||||
imports = map helpers.mkServer dataFlattened;
|
||||
imports =
|
||||
(map helpers.mkServer dataFlattened)
|
||||
++ [
|
||||
./prettier.nix
|
||||
];
|
||||
|
||||
config = let
|
||||
cfg = config.plugins.none-ls;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue