From e1ba0434ec95064f285e4838977887922b8b043e Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 24 Oct 2022 00:05:11 +0530 Subject: nvim: init_min: use . instead of / Signed-off-by: listout --- init_min.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init_min.lua') diff --git a/init_min.lua b/init_min.lua index 4f13ecf..c7b9c71 100644 --- a/init_min.lua +++ b/init_min.lua @@ -1,3 +1,3 @@ -require('core/colorscheme') -require('core/appearance') -require('core/options') +require('core.colorscheme') +require('core.appearance') +require('core.options') -- cgit v1.2.3