From 4f2ce0349c052916e463463b02111ba69ec1f254 Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Fri, 17 Apr 2026 18:03:33 +0200 Subject: [PATCH] fix(readme): correct plugin url in installation example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9b0aa1..b741235 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Neovim plugin for automatic time tracking via [Jasper](https://jasper.4sigma.it) ```lua { - "yourusername/jasper.nvim", + url = "https://git.donadeo.net/pdonadeo/jasper.nvim", config = function() require("jasper").setup({ -- Global default inactivity timeout in minutes (can be overridden per project).