From 50e572b7b23ddb38612b8b8f0b3a0a76b48a688f Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sat, 30 Sep 2023 21:29:04 +0200 Subject: [PATCH] nvim: update mztegit URL --- mzte-nv/conf/lua/plugins.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mzte-nv/conf/lua/plugins.fnl b/mzte-nv/conf/lua/plugins.fnl index 74e8290..b2aa7c5 100644 --- a/mzte-nv/conf/lua/plugins.fnl +++ b/mzte-nv/conf/lua/plugins.fnl @@ -6,7 +6,7 @@ `#(require ,(.. :pluginconf.p- plugin))) (fn use/mztegit [plugin opts] - (let [url (.. "https://mzte.de/git/nvim-plugins/" plugin) + (let [url (.. "https://git.mzte.de/nvim-plugins/" plugin) opt (or opts {})] (tset opt 1 url) (packer.use opt)))