1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/plugins/utils/wakatime.nix
2024-06-08 22:38:46 +02:00

15 lines
249 B
Nix

{
lib,
helpers,
config,
pkgs,
...
}:
with lib;
helpers.vim-plugin.mkVimPlugin config {
name = "wakatime";
originalName = "vim-wakatime";
defaultPackage = pkgs.vimPlugins.vim-wakatime;
maintainers = [ maintainers.GaetanLepage ];
}