resolving import and circular dependency
This commit is contained in:
parent
fe2527ba47
commit
a4b0d39183
4
init.lua
4
init.lua
|
@ -152,7 +152,7 @@ require('lazy').setup({
|
||||||
-- See `:help lualine.txt`
|
-- See `:help lualine.txt`
|
||||||
opts = {
|
opts = {
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = false,
|
icons_enabled = true,
|
||||||
theme = 'onedark',
|
theme = 'onedark',
|
||||||
component_separators = '|',
|
component_separators = '|',
|
||||||
section_separators = '',
|
section_separators = '',
|
||||||
|
@ -475,7 +475,7 @@ cmp.setup {
|
||||||
}
|
}
|
||||||
|
|
||||||
-- custom settings
|
-- custom settings
|
||||||
pcall(require('custom'))
|
pcall(require('custom.settings'))
|
||||||
|
|
||||||
-- 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…
Reference in New Issue