1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 07:52:47 +01:00
nixvim/plugins/by-name/mini-surround/default.nix
saygo-png c4b27080a6 treewide: infer packPathName menial work
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-27 23:49:59 +00:00

13 lines
282 B
Nix

{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "mini-surround";
moduleName = "mini.surround";
maintainers = [ lib.maintainers.HeitorAugustoLN ];
settingsExample = {
n_lines = 50;
respect_selection_type = true;
search_method = "cover_or_next";
};
}