nix-community.nixvim/plugins/utils/wakatime.nix

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

14 lines
203 B
Nix
Raw Normal View History

2024-06-08 19:37:19 +02:00
{
lib,
helpers,
...
}:
with lib;
helpers.vim-plugin.mkVimPlugin {
2024-06-08 19:37:19 +02:00
name = "wakatime";
originalName = "vim-wakatime";
package = "vim-wakatime";
2024-06-08 19:37:19 +02:00
maintainers = [ maintainers.GaetanLepage ];
}