require custom options
This commit is contained in:
parent
57a4adc3bf
commit
f38d990c20
1 changed files with 3 additions and 0 deletions
3
init.lua
3
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
|
||||
|
|
Loading…
Add table
Reference in a new issue