mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +02:00
treewide: Reformat with nixfmt
This commit is contained in:
parent
c6281260dc
commit
62f32bfc71
459 changed files with 28139 additions and 26377 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue