fixed lualine config and neotree startup

This commit is contained in:
Tawfeeq 2025-02-10 16:42:52 +01:00
parent 770feee470
commit e88427bcf6
3 changed files with 19 additions and 35 deletions

View file

@ -48,7 +48,12 @@ local config = {
},
sections = {
-- these are to remove the defaults
lualine_a = {},
lualine_a = {
-- {
-- 'buffers',
-- show_filename_only = false,
-- },
},
lualine_b = {},
lualine_y = {},
lualine_z = {},
@ -125,16 +130,15 @@ ins_left {
cond = conditions.buffer_not_empty,
}
ins_left {
'filename',
cond = conditions.buffer_not_empty,
color = { fg = colors.magenta, gui = 'bold' },
}
ins_left { 'location' }
-- ins_left {
-- 'filename',
-- cond = conditions.buffer_not_empty,
-- color = { fg = colors.magenta, gui = 'bold' },
-- }
ins_left { 'location', show_filename_only = false }
ins_left { 'progress', color = { fg = colors.fg, gui = 'bold' } }
ins_left { 'buffers', show_filename_only = false }
ins_left {
'diagnostics',
sources = { 'nvim_diagnostic' },