nix-community.nixvim/plugins/by-name/numbertoggle/default.nix

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

12 lines
194 B
Nix
Raw Normal View History

2024-09-05 22:03:32 +03:00
{
lib,
...
}:
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.mkVimPlugin {
2024-09-05 22:03:32 +03:00
name = "numbertoggle";
packPathName = "vim-numbertoggle";
2024-09-05 22:03:32 +03:00
package = "vim-numbertoggle";
2024-09-27 05:28:00 +01:00
maintainers = [ lib.maintainers.refaelsh ];
2024-09-05 22:03:32 +03:00
}