From e039c0fb90cd8fff8944c6b53485122096e3281c Mon Sep 17 00:00:00 2001 From: juan Date: Sun, 26 Sep 2021 11:57:39 +0800 Subject: [PATCH] add comments because why not --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 00f5327..2a4c603 100644 --- a/init.lua +++ b/init.lua @@ -1,3 +1,6 @@ +-- source options require('core') +-- load plugins and its options require('pluginList') +-- load mappings require('mappings')