require custom options

This commit is contained in:
Micah Effiong 2023-06-06 11:49:49 +01:00
parent 57a4adc3bf
commit f38d990c20

View File

@ -511,5 +511,8 @@ cmp.setup {
}, },
} }
-- custom settings
pcall(require('custom.options'))
-- The line beneath this is called `modeline`. See `:help modeline` -- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et -- vim: ts=2 sts=2 sw=2 et