nvim: update mztegit URL

This commit is contained in:
LordMZTE 2023-09-30 21:29:04 +02:00
parent a0baed1610
commit 50e572b7b2
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -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)))