From 464a42a01a1921685428f99b2a6229fdd6801e58 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 28 May 2026 16:49:12 +0200 Subject: [PATCH] chore: update project url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b723d..73bf74e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The plugin auto-initializes from its `plugin/git.lua` and exposes `lua/git/`. No With `vim.pack`: ```lua -vim.pack.add({ "https://git.owall.se/warg/git.nvim" }) +vim.pack.add({ "https://git.owall.se/oscar/git.nvim" }) ``` ## Commands