/
/
/
1return {
2 {
3 'nvim-lualine/lualine.nvim',
4 dependencies = { 'nvim-tree/nvim-web-devicons' },
5 event = "VeryLazy",
6 opts = {
7 options = {
8 icons_enabled = true,
9 theme = 'auto',
10 component_separators = '|',
11 section_separators = { left = 'î´', right = 'î¶' },
12 },
13 sections = {
14 lualine_a = {'mode'},
15 lualine_b = {'branch', 'diff', 'diagnostics'},
16 lualine_c = {'buffer'},
17 lualine_x = {'fileformat', 'filetype'},
18 lualine_z = {'location'}
19 }
20 },
21 },
22}
23