From e76c1341a447877af51ff543145ed7001de37695 Mon Sep 17 00:00:00 2001 From: Themuuln Date: Sun, 8 Jan 2023 13:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D=20--impatient=20file=20location=20?= =?UTF-8?q?replaced?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 350adf0..cd6475f 100644 --- a/init.lua +++ b/init.lua @@ -1,9 +1,9 @@ -require("impatient") require("themuuln.base") require("themuuln.highlights") require("themuuln.maps") require("themuuln.plugins") require("themuuln.windows") +require("impatient") local has = vim.fn.has local is_mac = has("macunix")