mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-10 02:51:07 +01:00
treewide: format with new nixfmt
This commit is contained in:
parent
d63fd77511
commit
dd73afe9c6
34 changed files with 665 additions and 679 deletions
|
|
@ -4,14 +4,13 @@ let
|
|||
mkSourcePlugin = import ./_mk-source-plugin.nix;
|
||||
in
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./prettier.nix
|
||||
./prettierd.nix
|
||||
]
|
||||
++ (lib.flatten (
|
||||
lib.mapAttrsToList (category: (lib.map (mkSourcePlugin category))) noneLsBuiltins
|
||||
));
|
||||
imports = [
|
||||
./prettier.nix
|
||||
./prettierd.nix
|
||||
]
|
||||
++ (lib.flatten (
|
||||
lib.mapAttrsToList (category: (lib.map (mkSourcePlugin category))) noneLsBuiltins
|
||||
));
|
||||
|
||||
config =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue