From 3493e38f5e5cc4dfdfd72dee93f2b4bc5077ca70 Mon Sep 17 00:00:00 2001 From: Nick Burt Date: Mon, 8 Jan 2024 22:18:01 -0600 Subject: [PATCH] fix setting path --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 1ebbe5ed..625c2f24 100644 --- a/init.lua +++ b/init.lua @@ -15,6 +15,6 @@ end vim.opt.rtp:prepend(lazypath) require('lazy').setup('plugins'); -require('lua/settings'); +require('settings'); -- vim: ts=2 sts=2 sw=2 et