2024-01-15 01:04:36 +01:00
|
|
|
return {
|
|
|
|
'nvim-lualine/lualine.nvim',
|
2024-01-25 01:21:08 +01:00
|
|
|
-- dependencies = { 'nvim-tree/nvim-web-devicons' },
|
2024-01-15 01:04:36 +01:00
|
|
|
opts = {
|
|
|
|
options = {
|
|
|
|
icons_enabled = false,
|
2024-01-25 01:21:08 +01:00
|
|
|
theme = 'auto',
|
2024-01-15 01:04:36 +01:00
|
|
|
component_separators = '|',
|
|
|
|
section_separators = '',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|