treewide: Reformat with nixfmt

This commit is contained in:
traxys 2024-05-05 19:39:35 +02:00
parent c6281260dc
commit 62f32bfc71
459 changed files with 28139 additions and 26377 deletions

View file

@ -10,14 +10,22 @@ helpers.neovim-plugin.mkNeovimPlugin config {
originalName = "smart-splits.nvim";
defaultPackage = pkgs.vimPlugins.smart-splits-nvim;
maintainers = [lib.maintainers.foo-dogsquared];
maintainers = [ lib.maintainers.foo-dogsquared ];
settingsExample = {
resize_mode = {
quit_key = "<ESC>";
resize_keys = ["h" "j" "k" "l"];
resize_keys = [
"h"
"j"
"k"
"l"
];
silent = true;
};
ignored_events = ["BufEnter" "WinEnter"];
ignored_events = [
"BufEnter"
"WinEnter"
];
};
}