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.

13 lines
277 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";
2025-06-18 02:42:47 +03:00
description = "Toggles between hybrid and absolute line numbers automatically.";
2024-09-05 22:03:32 +03:00
2024-09-27 05:28:00 +01:00
maintainers = [ lib.maintainers.refaelsh ];
2024-09-05 22:03:32 +03:00
}