resolving import and circular dependency

This commit is contained in:
Micah Effiong 2023-06-08 02:03:08 +01:00
parent fe2527ba47
commit a4b0d39183
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ require('lazy').setup({
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = false,
icons_enabled = true,
theme = 'onedark',
component_separators = '|',
section_separators = '',
@ -475,7 +475,7 @@ cmp.setup {
}
-- custom settings
pcall(require('custom'))
pcall(require('custom.settings'))
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et