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