mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/wakatime: init
This commit is contained in:
parent
e8a05261d5
commit
70088f6f89
3 changed files with 21 additions and 0 deletions
15
plugins/utils/wakatime.nix
Normal file
15
plugins/utils/wakatime.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
helpers.vim-plugin.mkVimPlugin config {
|
||||
name = "wakatime";
|
||||
originalName = "vim-wakatime";
|
||||
defaultPackage = pkgs.vimPlugins.vim-wakatime;
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue