Update lualine config

This commit is contained in:
Daniel McKnight 2025-05-15 21:02:22 -07:00
parent b0b5108d34
commit a86d4b844c

View file

@ -6,8 +6,16 @@ return {
options = { options = {
--`theme=codedark, --`theme=codedark,
component_separators = { left = '', right = '' }, component_separators = { left = '', right = '' },
section_separators = { left = '', right = '' } section_separators = { left = '', right = '' },
} },
sections = {
lualine_a = {'mode'},
lualine_b = {'branch', 'diff', 'diagnostics'},
lualine_c = {'filename'},
lualine_x = {'encoding', 'filetype'},
lualine_y = {'progress'},
lualine_z = {'location'}
},
}) })
end end
} }