aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/lualine.lua
blob: 235680320c1e9604d4c13cdab025e021e5a27834 (plain)
1
2
3
4
5
6
7
8
require('lualine').setup {
  options = {
    icons_enabled = true,
    theme = 'auto',
    section_separators = { left = '', right = '' },
    component_separators = { left = '', right = '' }
  },
}