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