nixos/lua/config_plugins/config_lualine.lua

12 lines
317 B
Lua
Raw Normal View History

2022-11-07 16:41:35 +00:00
require('lualine').setup {
options = {
icons_enabled = true,
theme = 'onedark',
},
sections = {
-- lualine_x = {'encoding', 'fileformat', 'filetype'},
2022-11-07 16:41:35 +00:00
lualine_x = { 'aerial', 'filetype' }
},
2022-11-07 16:41:35 +00:00
extensions = { 'aerial', 'fugitive', 'fzf', 'nvim-tree', 'toggleterm' }
}