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

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

15 lines
287 B
Nix
Raw Normal View History

2024-06-08 19:37:19 +02:00
{
lib,
helpers,
...
}:
with lib;
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.mkVimPlugin {
2024-06-08 19:37:19 +02:00
name = "wakatime";
packPathName = "vim-wakatime";
package = "vim-wakatime";
2025-06-18 02:42:47 +03:00
description = "Vim plugin for WakaTime, a time tracking service for developers.";
2024-06-08 19:37:19 +02:00
maintainers = [ maintainers.GaetanLepage ];
}