mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-14 06:38:44 +02:00
treewide: format with new nixfmt
This commit is contained in:
parent
d63fd77511
commit
dd73afe9c6
34 changed files with 665 additions and 679 deletions
|
@ -34,7 +34,8 @@ rec {
|
|||
The filetype to use for content retrieved via a source request.
|
||||
'';
|
||||
};
|
||||
} // attrs;
|
||||
}
|
||||
// attrs;
|
||||
};
|
||||
|
||||
executableAdapterOption = mkAdapterType {
|
||||
|
|
|
@ -78,7 +78,8 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
DapStopped = dapStopped;
|
||||
DapBreakpointRejected = dapBreakpointRejected;
|
||||
};
|
||||
} // cfg.settings;
|
||||
}
|
||||
// cfg.settings;
|
||||
in
|
||||
{
|
||||
plugins.dap.luaConfig.content = lib.mkMerge [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue