mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
plugins/smart-splits: change maintainer from foo-dogsquared to GaetanLepage
This commit is contained in:
committed by
Matt Sturgeon
parent
991761bc6a
commit
33e1f1d444
@@ -4,7 +4,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||
package = "smart-splits-nvim";
|
||||
description = "Smarter and more intuitive split pane management that uses a mental model of left/right/up/down instead of wider/narrower/taller/shorter for resizing splits.";
|
||||
|
||||
maintainers = [ lib.maintainers.foo-dogsquared ];
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsExample = {
|
||||
resize_mode = {
|
||||
|
||||
Reference in New Issue
Block a user