From f38d990c201ce2ecc3b1964b55dcbc3b506611a0 Mon Sep 17 00:00:00 2001 From: Micah Effiong Date: Tue, 6 Jun 2023 11:49:49 +0100 Subject: [PATCH] require custom options --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index ca2da6e1..09bd4396 100644 --- a/init.lua +++ b/init.lua @@ -511,5 +511,8 @@ cmp.setup { }, } +-- custom settings +pcall(require('custom.options')) + -- The line beneath this is called `modeline`. See `:help modeline` -- vim: ts=2 sts=2 sw=2 et