nixos/config/nvim/lua/config_plugins/config_lualine.lua

11 lines
290 B
Lua
Raw Normal View History

2022-11-07 16:41:35 +00:00
require('lualine').setup {
options = {
icons_enabled = true,
},
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' }
}