nixos/lualine_config.lua

12 lines
346 B
Lua
Raw Normal View History

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