2022-08-15 15:20:15 +01:00
|
|
|
require('lualine').setup{
|
|
|
|
options = {
|
2022-08-17 16:29:30 +01:00
|
|
|
icons_enabled = true,
|
2022-08-15 15:20:15 +01:00
|
|
|
theme = 'auto',
|
|
|
|
},
|
|
|
|
sections = {
|
|
|
|
-- lualine_x = {'encoding', 'fileformat', 'filetype'},
|
|
|
|
lualine_x = {'aerial', 'filetype'}
|
|
|
|
},
|
|
|
|
extensions = {'aerial', 'fugitive', 'fzf', 'nerdtree'}
|
|
|
|
}
|