require custom options
This commit is contained in:
parent
57a4adc3bf
commit
f38d990c20
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`
|
-- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user