mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-18 08:18:38 +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
|
@ -52,7 +52,8 @@ in
|
|||
let
|
||||
setupOptions = {
|
||||
inherit (cfg) skipInsignificantPunctuation;
|
||||
} // cfg.extraOptions;
|
||||
}
|
||||
// cfg.extraOptions;
|
||||
|
||||
mappings = mapAttrsToList (motion: key: {
|
||||
mode = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue