From a23ce1497b37d74eb0a3f848050af6122ac92919 Mon Sep 17 00:00:00 2001 From: fiplox Date: Tue, 28 Feb 2023 19:44:10 +0100 Subject: [PATCH] fix: change neogruber url to https git --- lua/plugins/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/theme.lua b/lua/plugins/theme.lua index 101d907..edafe49 100644 --- a/lua/plugins/theme.lua +++ b/lua/plugins/theme.lua @@ -1,5 +1,5 @@ local M = { - url = 'ssh://git.vpatuta.xyz/neogruber.nvim', + url = 'https://git.filnar.com/filnar/neogruber.nvim.git', lazy = false, }