From 496188dd95a213a59cae8c8e35c045e19d2f878d Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 28 May 2026 00:01:50 +0200 Subject: [PATCH] fix: change git.nvim url --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 3f85263..650be44 100644 --- a/init.lua +++ b/init.lua @@ -34,7 +34,7 @@ require("pack").setup({ "https://github.com/nvim-tree/nvim-tree.lua", "https://github.com/stevearc/oil.nvim", "https://github.com/hedyhli/outline.nvim", - "https://git.owall.dev/warg/git.nvim", + "https://git.owall.se/warg/git.nvim", "nvim.undotree", { src = "https://github.com/saghen/blink.cmp",