aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/lualine.lua
blob: 39ed92f0d0e4beaabd17ccf27d53d9180f203d11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
require('lualine').setup {
  sections = {
    lualine_a = { 'mode' },
    lualine_b = { 'branch', 'diff' },
    lualine_c = { 'filename' },
    lualine_x = { 'encoding', 'filetype', 'filesize' },
    lualine_y = { 'progress' },
    lualine_z = { 'location' },
  }
}