2022-08-15 15:20:15 +01:00
|
|
|
require('lualine').setup{
|
2022-11-02 13:40:30 +00:00
|
|
|
options = {
|
|
|
|
icons_enabled = true,
|
|
|
|
theme = 'auto',
|
|
|
|
},
|
|
|
|
sections = {
|
|
|
|
-- lualine_x = {'encoding', 'fileformat', 'filetype'},
|
|
|
|
lualine_x = {'aerial', 'filetype'}
|
|
|
|
},
|
|
|
|
extensions = {'aerial', 'fugitive', 'fzf', 'nvim-tree', 'toggleterm'}
|
2022-08-15 15:20:15 +01:00
|
|
|
}
|