mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 11:36:07 +01:00
8 lines
233 B
Nix
8 lines
233 B
Nix
{ lib, ... }:
|
|
lib.nixvim.plugins.mkVimPlugin {
|
|
name = "wakatime";
|
|
package = "vim-wakatime";
|
|
description = "Vim plugin for WakaTime, a time tracking service for developers.";
|
|
|
|
maintainers = [ lib.maintainers.GaetanLepage ];
|
|
}
|