Skip to content

Commit

Permalink
fix lualine config
Browse files Browse the repository at this point in the history
  • Loading branch information
pacificbelt30 committed Aug 7, 2022
1 parent 2f02566 commit 55ddc95
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions nvim/plugins/airline.rc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require('lualine').setup{
},
ignore_focus = {},
always_divide_middle = true,
globalstatus = false,
globalstatus = true,
refresh = {
statusline = 100,
tabline = 1000,
Expand All @@ -45,7 +45,14 @@ require('lualine').setup{
lualine_y = {},
lualine_z = {}
},
tabline = {},
tabline = {
lualine_a = {'buffers'},
lualine_b = {},
lualine_c = {},
lualine_x = {},
lualine_y = {'branch', 'diff', 'diagnostics'},
lualine_z = {}
},
winbar = {},
inactive_winbar = {},
extensions = {}
Expand Down

0 comments on commit 55ddc95

Please sign in to comment.