nixos/lualine_config.lua
Edward Litherland-Smith bd4a6386c7 Enable lualine symbols
2022-08-17 16:29:30 +01:00

12 lines
346 B
Lua

require('lualine').setup{
options = {
icons_enabled = true,
theme = 'auto',
},
sections = {
-- lualine_x = {'encoding', 'fileformat', 'filetype'},
lualine_x = {'aerial', 'filetype'}
},
extensions = {'aerial', 'fugitive', 'fzf', 'nerdtree'}
}