mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-18 00:09:13 +02:00
treewide: format with new treefmt
This commit is contained in:
parent
0af5ef601d
commit
b1b04e6161
34 changed files with 688 additions and 702 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