From c432b79a3b8c16616e2cc55837151a42b965b722 Mon Sep 17 00:00:00 2001 From: fiplox Date: Sat, 15 Apr 2023 12:45:50 +0200 Subject: [PATCH] fix: change url to the theme --- 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 1013ecd..20cf39d 100644 --- a/lua/plugins/theme.lua +++ b/lua/plugins/theme.lua @@ -1,5 +1,5 @@ return { - url = 'https://git.filnar.com/filnar/neogruber.nvim.git', + url = 'https://dev.filnar.com/fiplox/neogruber.nvim', lazy = false, -- event = 'VeryLazy' }