fix(readme): correct plugin url in installation example
This commit is contained in:
@@ -19,7 +19,7 @@ Neovim plugin for automatic time tracking via [Jasper](https://jasper.4sigma.it)
|
|||||||
|
|
||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
"yourusername/jasper.nvim",
|
url = "https://git.donadeo.net/pdonadeo/jasper.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
require("jasper").setup({
|
require("jasper").setup({
|
||||||
-- Global default inactivity timeout in minutes (can be overridden per project).
|
-- Global default inactivity timeout in minutes (can be overridden per project).
|
||||||
|
|||||||
Reference in New Issue
Block a user