nix-community.nixvim/plugins/by-name/mini-surround/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
316 B
Nix
Raw Normal View History

2025-05-24 16:46:50 -03:00
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "mini-surround";
moduleName = "mini.surround";
packPathName = "mini.surround";
maintainers = [ lib.maintainers.HeitorAugustoLN ];
settingsExample = {
n_lines = 50;
respect_selection_type = true;
search_method = "cover_or_next";
};
}