nix-community.nixvim/plugins/by-name/numbertoggle/default.nix
2025-06-18 02:42:47 +03:00

12 lines
277 B
Nix

{
lib,
...
}:
lib.nixvim.plugins.mkVimPlugin {
name = "numbertoggle";
packPathName = "vim-numbertoggle";
package = "vim-numbertoggle";
description = "Toggles between hybrid and absolute line numbers automatically.";
maintainers = [ lib.maintainers.refaelsh ];
}