mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-17 07:51:27 +02:00
treewide: format with new nixfmt
This commit is contained in:
parent
73650a25e5
commit
f6fb30d75b
34 changed files with 665 additions and 679 deletions
|
@ -168,7 +168,8 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
options = {
|
||||
inherit (cfg.keymaps) silent;
|
||||
desc = "${descPrefix} ${actionStr}";
|
||||
} // actionProps;
|
||||
}
|
||||
// actionProps;
|
||||
}
|
||||
);
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue